Html Css Color HEX #E40EED Psychedelic Purple

📋 copy color: '#E40EED'

red 228 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #E40EED

Tints of Psychedelic Purple #E40EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 47.6%
G = 2.92%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E40EED (or 0xE40EED) is known color: Psychedelic Purple. HEX triplet: E4, 0E and ED. RGB value is (228,14,237). Sum of RGB (Red+Green+Blue) = 228+14+237=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #E40EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EED is #1BF112. Grayscale: #666666. Windows color (decimal): -1831187 or 15535844. OLE color: 15535844.

HSL color Cylindrical-coordinate representation of color #E40EED: hue angle of 297.58º 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 #E40EED is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 14 237 -
CMYK 0.04 0.94 0 0.07
HSL 297.58º 0.89% 0.49% -
HSV(B) 297.58º 0.94% 0.93% -
XYZ 47.44 22.92 82.04 -
YUV 103.41 203.4 216.87 -
System Red Green Blue C M Y K H S L
Decimal 228 14 237 0.04 0.94 0 0.07 297.58 0.89 0.49
Hex E4 E ED 4 5E 0 7 12A 59 31
Octal 344 16 355 4 136 0 7 452 131 61
Binary 11100100 1110 11101101 100 1011110 0 111 100101010 1011001 110001

Color Harmonies of #E40EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EED

Black with #E40EED

Text Example


Text Example

White with #E40EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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