Html Css Color HEX #E40EEA Psychedelic Purple

📋 copy color: '#E40EEA'

red 228 ◦ green 14 ◦ blue 234

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

Shades of Psychedelic Purple #E40EEA

Tints of Psychedelic Purple #E40EEA

RGB

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

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

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

R = 47.9%
G = 2.94%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E40EEA (or 0xE40EEA) is known color: Psychedelic Purple. HEX triplet: E4, 0E and EA. RGB value is (228,14,234). Sum of RGB (Red+Green+Blue) = 228+14+234=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E40EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EEA is #1BF115. Grayscale: #666666. Windows color (decimal): -1831190 or 15339236. OLE color: 15339236.

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

Color convert

RGB 228 14 234 -
CMYK 0.03 0.94 0 0.08
HSL 298.36º 0.89% 0.49% -
HSV(B) 298.36º 0.94% 0.92% -
XYZ 47 22.75 79.76 -
YUV 103.07 201.9 217.11 -
System Red Green Blue C M Y K H S L
Decimal 228 14 234 0.03 0.94 0 0.08 298.36 0.89 0.49
Hex E4 E EA 3 5E 0 8 12A 59 31
Octal 344 16 352 3 136 0 10 452 131 61
Binary 11100100 1110 11101010 11 1011110 0 1000 100101010 1011001 110001

Color Harmonies of #E40EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EEA

Black with #E40EEA

Text Example


Text Example

White with #E40EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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