Html Css Color HEX #E40DED Psychedelic Purple

📋 copy color: '#E40DED'

red 228 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #E40DED

Tints of Psychedelic Purple #E40DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.72%

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

R = 47.7%
G = 2.72%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E40DED (or 0xE40DED) is known color: Psychedelic Purple. HEX triplet: E4, 0D and ED. RGB value is (228,13,237). Sum of RGB (Red+Green+Blue) = 228+13+237=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #E40DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DED is #1BF212. Grayscale: #666666. Windows color (decimal): -1831443 or 15535588. OLE color: 15535588.

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

Color convert

RGB 228 13 237 -
CMYK 0.04 0.95 0 0.07
HSL 297.59º 0.9% 0.49% -
HSV(B) 297.59º 0.95% 0.93% -
XYZ 47.42 22.9 82.04 -
YUV 102.82 203.73 217.29 -
System Red Green Blue C M Y K H S L
Decimal 228 13 237 0.04 0.95 0 0.07 297.59 0.9 0.49
Hex E4 D ED 4 5F 0 7 12A 5A 31
Octal 344 15 355 4 137 0 7 452 132 61
Binary 11100100 1101 11101101 100 1011111 0 111 100101010 1011010 110001

Color Harmonies of #E40DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DED

Black with #E40DED

Text Example


Text Example

White with #E40DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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