Html Css Color HEX #E800E5 Psychedelic Purple

📋 copy color: '#E800E5'

red 232 ◦ green 0 ◦ blue 229

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

Shades of Psychedelic Purple #E800E5

Tints of Psychedelic Purple #E800E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 50.33%
G = 0%
B = 49.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E800E5 (or 0xE800E5) is known color: Psychedelic Purple. HEX triplet: E8, 00 and E5. RGB value is (232,0,229). Sum of RGB (Red+Green+Blue) = 232+0+229=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E800E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E800E5 is #17FF1A. Grayscale: #5E5E5E. Windows color (decimal): -1572635 or 15007976. OLE color: 15007976.

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

Color convert

RGB 232 0 229 -
CMYK 0 1 0.01 0.09
HSL 300.78º 1% 0.45% -
HSV(B) 300.78º 1% 0.91% -
XYZ 47.42 22.81 76.03 -
YUV 95.47 203.36 225.38 -
System Red Green Blue C M Y K H S L
Decimal 232 0 229 0 1 0.01 0.09 300.78 1 0.45
Hex E8 0 E5 0 64 1 9 12D 64 2D
Octal 350 0 345 0 144 1 11 455 144 55
Binary 11101000 0 11100101 0 1100100 1 1001 100101101 1100100 101101

Color Harmonies of #E800E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800E5

Black with #E800E5

Text Example


Text Example

White with #E800E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800E5; }

 p { color: rgb(232,0,229); }

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

background-color css

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

 a { background-color: rgb(232,0,229); }

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

border-color css

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

 span { border-color: rgb(232,0,229); }

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