Html Css Color HEX #E825FF Psychedelic Purple

📋 copy color: '#E825FF'

red 232 ◦ green 37 ◦ blue 255

#E825FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E825FF

Tints of Psychedelic Purple #E825FF

RGB

 RED value IS 232 (91.02% from 255) = 44.27%

 GREEN value IS 37 (14.84% from 255) = 7.06%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 44.27%
G = 7.06%
B = 48.66%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E825FF (or 0xE825FF) is known color: Psychedelic Purple. HEX triplet: E8, 25 and FF. RGB value is (232,37,255). Sum of RGB (Red+Green+Blue) = 232+37+255=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #E825FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E825FF is #17DA00. Grayscale: #777777. Windows color (decimal): -1563137 or 16721384. OLE color: 16721384.

HSL color Cylindrical-coordinate representation of color #E825FF: hue angle of 293.67º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E825FF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 232 37 255 -
CMYK 0.09 0.85 0 0
HSL 293.67º 1% 0.57% -
HSV(B) 293.67º 0.85% 1% -
XYZ 51.99 25.7 96.83 -
YUV 120.16 204.1 207.77 -
System Red Green Blue C M Y K H S L
Decimal 232 37 255 0.09 0.85 0 0 293.67 1 0.57
Hex E8 25 FF 9 55 0 0 126 64 39
Octal 350 45 377 11 125 0 0 446 144 71
Binary 11101000 100101 11111111 1001 1010101 0 0 100100110 1100100 111001

Color Harmonies of #E825FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825FF

Black with #E825FF

Text Example


Text Example

White with #E825FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825FF; }

 p { color: rgb(232,37,255); }

 H1.HeaderClassName
 {
   color: #E825FF;
 }
 .AnyTagClassName
 {
   color: #E825FF;
 }
</style>

background-color css

<style>
 a { background-color: #E825FF; }

 a { background-color: rgb(232,37,255); }

 div.DivClassName
 {
   background-color: #E825FF;
 }
 .BgClassName
 {
   background-color: #E825FF;
 }
</style>

border-color css

<style>
 span { border-color: #E825FF; }

 span { border-color: rgb(232,37,255); }

 td.TdClassName
 {
   border-color: #E825FF;
 }
 .TagClassName
 {
   border-color: #E825FF;
 }
</style>