Html Css Color HEX #E01DEC Psychedelic Purple

📋 copy color: '#E01DEC'

red 224 ◦ green 29 ◦ blue 236

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

Shades of Psychedelic Purple #E01DEC

Tints of Psychedelic Purple #E01DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.93%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 45.81%
G = 5.93%
B = 48.26%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E01DEC (or 0xE01DEC) is known color: Psychedelic Purple. HEX triplet: E0, 1D and EC. RGB value is (224,29,236). Sum of RGB (Red+Green+Blue) = 224+29+236=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #E01DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DEC is #1FE213. Grayscale: #6E6E6E. Windows color (decimal): -2089492 or 15474144. OLE color: 15474144.

HSL color Cylindrical-coordinate representation of color #E01DEC: hue angle of 296.52º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01DEC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 29 236 -
CMYK 0.05 0.88 0 0.07
HSL 296.52º 0.84% 0.52% -
HSV(B) 296.52º 0.88% 0.93% -
XYZ 46.32 22.78 81.31 -
YUV 110.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 224 29 236 0.05 0.88 0 0.07 296.52 0.84 0.52
Hex E0 1D EC 5 58 0 7 129 54 34
Octal 340 35 354 5 130 0 7 451 124 64
Binary 11100000 11101 11101100 101 1011000 0 111 100101001 1010100 110100

Color Harmonies of #E01DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DEC

Black with #E01DEC

Text Example


Text Example

White with #E01DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DEC; }

 p { color: rgb(224,29,236); }

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

background-color css

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

 a { background-color: rgb(224,29,236); }

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

border-color css

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

 span { border-color: rgb(224,29,236); }

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