Html Css Color HEX #E20DEF Psychedelic Purple

📋 copy color: '#E20DEF'

red 226 ◦ green 13 ◦ blue 239

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

Shades of Psychedelic Purple #E20DEF

Tints of Psychedelic Purple #E20DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 47.28%
G = 2.72%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E20DEF (or 0xE20DEF) is known color: Psychedelic Purple. HEX triplet: E2, 0D and EF. RGB value is (226,13,239). Sum of RGB (Red+Green+Blue) = 226+13+239=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #E20DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DEF is #1DF210. Grayscale: #656565. Windows color (decimal): -1962513 or 15666658. OLE color: 15666658.

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

Color convert

RGB 226 13 239 -
CMYK 0.05 0.95 0 0.06
HSL 296.55º 0.9% 0.49% -
HSV(B) 296.55º 0.95% 0.94% -
XYZ 47.09 22.69 83.56 -
YUV 102.45 205.07 216.12 -
System Red Green Blue C M Y K H S L
Decimal 226 13 239 0.05 0.95 0 0.06 296.55 0.9 0.49
Hex E2 D EF 5 5F 0 6 129 5A 31
Octal 342 15 357 5 137 0 6 451 132 61
Binary 11100010 1101 11101111 101 1011111 0 110 100101001 1011010 110001

Color Harmonies of #E20DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DEF

Black with #E20DEF

Text Example


Text Example

White with #E20DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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