Html Css Color HEX #E00DEB Psychedelic Purple

📋 copy color: '#E00DEB'

red 224 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #E00DEB

Tints of Psychedelic Purple #E00DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 47.46%
G = 2.75%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E00DEB (or 0xE00DEB) is known color: Psychedelic Purple. HEX triplet: E0, 0D and EB. RGB value is (224,13,235). Sum of RGB (Red+Green+Blue) = 224+13+235=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #E00DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DEB is #1FF214. Grayscale: #646464. Windows color (decimal): -2093589 or 15404512. OLE color: 15404512.

HSL color Cylindrical-coordinate representation of color #E00DEB: hue angle of 297.03º degrees, saturation: 0.9, 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 #E00DEB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 13 235 -
CMYK 0.05 0.94 0 0.08
HSL 297.03º 0.9% 0.49% -
HSV(B) 297.03º 0.94% 0.92% -
XYZ 45.88 22.13 80.45 -
YUV 101.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 224 13 235 0.05 0.94 0 0.08 297.03 0.9 0.49
Hex E0 D EB 5 5E 0 8 129 5A 31
Octal 340 15 353 5 136 0 10 451 132 61
Binary 11100000 1101 11101011 101 1011110 0 1000 100101001 1011010 110001

Color Harmonies of #E00DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DEB

Black with #E00DEB

Text Example


Text Example

White with #E00DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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