Html Css Color HEX #E802E6 Psychedelic Purple

📋 copy color: '#E802E6'

red 232 ◦ green 2 ◦ blue 230

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

Shades of Psychedelic Purple #E802E6

Tints of Psychedelic Purple #E802E6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

 BLUE value IS 230 (90.23% from 255) = 49.57%

R = 50%
G = 0.43%
B = 49.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E802E6 (or 0xE802E6) is known color: Psychedelic Purple. HEX triplet: E8, 02 and E6. RGB value is (232,2,230). Sum of RGB (Red+Green+Blue) = 232+2+230=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E802E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802E6 is #17FD19. Grayscale: #606060. Windows color (decimal): -1572122 or 15074024. OLE color: 15074024.

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

Color convert

RGB 232 2 230 -
CMYK 0 0.99 0.01 0.09
HSL 300.52º 0.98% 0.46% -
HSV(B) 300.52º 0.99% 0.91% -
XYZ 47.58 22.91 76.78 -
YUV 96.76 203.2 224.46 -
System Red Green Blue C M Y K H S L
Decimal 232 2 230 0 0.99 0.01 0.09 300.52 0.98 0.46
Hex E8 2 E6 0 63 1 9 12D 62 2E
Octal 350 2 346 0 143 1 11 455 142 56
Binary 11101000 10 11100110 0 1100011 1 1001 100101101 1100010 101110

Color Harmonies of #E802E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E802E6

Black with #E802E6

Text Example


Text Example

White with #E802E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E802E6; }

 p { color: rgb(232,2,230); }

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

background-color css

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

 a { background-color: rgb(232,2,230); }

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

border-color css

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

 span { border-color: rgb(232,2,230); }

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