Html Css Color HEX #E00DED Psychedelic Purple

📋 copy color: '#E00DED'

red 224 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #E00DED

Tints of Psychedelic Purple #E00DED

RGB

 RED value IS 224 (87.89% from 255) = 47.26%

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

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

R = 47.26%
G = 2.74%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E00DED (or 0xE00DED) is known color: Psychedelic Purple. HEX triplet: E0, 0D and ED. RGB value is (224,13,237). Sum of RGB (Red+Green+Blue) = 224+13+237=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E00DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DED is #1FF212. Grayscale: #646464. Windows color (decimal): -2093587 or 15535584. OLE color: 15535584.

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

Color convert

RGB 224 13 237 -
CMYK 0.05 0.95 0 0.07
HSL 296.52º 0.9% 0.49% -
HSV(B) 296.52º 0.95% 0.93% -
XYZ 46.17 22.25 81.98 -
YUV 101.63 204.4 215.29 -
System Red Green Blue C M Y K H S L
Decimal 224 13 237 0.05 0.95 0 0.07 296.52 0.9 0.49
Hex E0 D ED 5 5F 0 7 129 5A 31
Octal 340 15 355 5 137 0 7 451 132 61
Binary 11100000 1101 11101101 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E00DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DED

Black with #E00DED

Text Example


Text Example

White with #E00DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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