Html Css Color HEX #E40CEA Psychedelic Purple

📋 copy color: '#E40CEA'

red 228 ◦ green 12 ◦ blue 234

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

Shades of Psychedelic Purple #E40CEA

Tints of Psychedelic Purple #E40CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 48.1%
G = 2.53%
B = 49.37%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E40CEA (or 0xE40CEA) is known color: Psychedelic Purple. HEX triplet: E4, 0C and EA. RGB value is (228,12,234). Sum of RGB (Red+Green+Blue) = 228+12+234=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E40CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CEA is #1BF315. Grayscale: #656565. Windows color (decimal): -1831702 or 15338724. OLE color: 15338724.

HSL color Cylindrical-coordinate representation of color #E40CEA: hue angle of 298.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CEA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 12 234 -
CMYK 0.03 0.95 0 0.08
HSL 298.38º 0.9% 0.48% -
HSV(B) 298.38º 0.95% 0.92% -
XYZ 46.98 22.7 79.75 -
YUV 101.89 202.56 217.95 -
System Red Green Blue C M Y K H S L
Decimal 228 12 234 0.03 0.95 0 0.08 298.38 0.9 0.48
Hex E4 C EA 3 5F 0 8 12A 5A 30
Octal 344 14 352 3 137 0 10 452 132 60
Binary 11100100 1100 11101010 11 1011111 0 1000 100101010 1011010 110000

Color Harmonies of #E40CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CEA

Black with #E40CEA

Text Example


Text Example

White with #E40CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CEA; }

 p { color: rgb(228,12,234); }

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

background-color css

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

 a { background-color: rgb(228,12,234); }

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

border-color css

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

 span { border-color: rgb(228,12,234); }

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