Html Css Color HEX #E20DEE Psychedelic Purple

📋 copy color: '#E20DEE'

red 226 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #E20DEE

Tints of Psychedelic Purple #E20DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 47.38%
G = 2.73%
B = 49.9%

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

#E20DEE (or 0xE20DEE) is known color: Psychedelic Purple. HEX triplet: E2, 0D and EE. RGB value is (226,13,238). Sum of RGB (Red+Green+Blue) = 226+13+238=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E20DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DEE is #1DF211. Grayscale: #656565. Windows color (decimal): -1962514 or 15601122. OLE color: 15601122.

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

Color convert

RGB 226 13 238 -
CMYK 0.05 0.95 0 0.07
HSL 296.8º 0.9% 0.49% -
HSV(B) 296.8º 0.95% 0.93% -
XYZ 46.94 22.63 82.78 -
YUV 102.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 226 13 238 0.05 0.95 0 0.07 296.8 0.9 0.49
Hex E2 D EE 5 5F 0 7 129 5A 31
Octal 342 15 356 5 137 0 7 451 132 61
Binary 11100010 1101 11101110 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E20DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DEE

Black with #E20DEE

Text Example


Text Example

White with #E20DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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