Html Css Color HEX #E20DEC Psychedelic Purple

📋 copy color: '#E20DEC'

red 226 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #E20DEC

Tints of Psychedelic Purple #E20DEC

RGB

 RED value IS 226 (88.67% from 255) = 47.58%

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

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

R = 47.58%
G = 2.74%
B = 49.68%

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

#E20DEC (or 0xE20DEC) is known color: Psychedelic Purple. HEX triplet: E2, 0D and EC. RGB value is (226,13,236). Sum of RGB (Red+Green+Blue) = 226+13+236=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #E20DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DEC is #1DF213. Grayscale: #656565. Windows color (decimal): -1962516 or 15470050. OLE color: 15470050.

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

Color convert

RGB 226 13 236 -
CMYK 0.04 0.94 0 0.07
HSL 297.31º 0.9% 0.49% -
HSV(B) 297.31º 0.94% 0.93% -
XYZ 46.65 22.51 81.24 -
YUV 102.11 203.57 216.37 -
System Red Green Blue C M Y K H S L
Decimal 226 13 236 0.04 0.94 0 0.07 297.31 0.9 0.49
Hex E2 D EC 4 5E 0 7 129 5A 31
Octal 342 15 354 4 136 0 7 451 132 61
Binary 11100010 1101 11101100 100 1011110 0 111 100101001 1011010 110001

Color Harmonies of #E20DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DEC

Black with #E20DEC

Text Example


Text Example

White with #E20DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DEC; }

 p { color: rgb(226,13,236); }

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

background-color css

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

 a { background-color: rgb(226,13,236); }

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

border-color css

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

 span { border-color: rgb(226,13,236); }

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