Html Css Color HEX #E40EEC Psychedelic Purple

📋 copy color: '#E40EEC'

red 228 ◦ green 14 ◦ blue 236

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

Shades of Psychedelic Purple #E40EEC

Tints of Psychedelic Purple #E40EEC

RGB

 RED value IS 228 (89.45% from 255) = 47.7%

 GREEN value IS 14 (5.86% from 255) = 2.93%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 47.7%
G = 2.93%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E40EEC (or 0xE40EEC) is known color: Psychedelic Purple. HEX triplet: E4, 0E and EC. RGB value is (228,14,236). Sum of RGB (Red+Green+Blue) = 228+14+236=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #E40EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EEC is #1BF113. Grayscale: #666666. Windows color (decimal): -1831188 or 15470308. OLE color: 15470308.

HSL color Cylindrical-coordinate representation of color #E40EEC: hue angle of 297.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EEC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 14 236 -
CMYK 0.03 0.94 0 0.07
HSL 297.84º 0.89% 0.49% -
HSV(B) 297.84º 0.94% 0.93% -
XYZ 47.29 22.86 81.28 -
YUV 103.29 202.9 216.95 -
System Red Green Blue C M Y K H S L
Decimal 228 14 236 0.03 0.94 0 0.07 297.84 0.89 0.49
Hex E4 E EC 3 5E 0 7 12A 59 31
Octal 344 16 354 3 136 0 7 452 131 61
Binary 11100100 1110 11101100 11 1011110 0 111 100101010 1011001 110001

Color Harmonies of #E40EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EEC

Black with #E40EEC

Text Example


Text Example

White with #E40EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EEC; }

 p { color: rgb(228,14,236); }

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

background-color css

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

 a { background-color: rgb(228,14,236); }

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

border-color css

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

 span { border-color: rgb(228,14,236); }

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