Html Css Color HEX #E120ED Psychedelic Purple

📋 copy color: '#E120ED'

red 225 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #E120ED

Tints of Psychedelic Purple #E120ED

RGB

 RED value IS 225 (88.28% from 255) = 45.55%

 GREEN value IS 32 (12.89% from 255) = 6.48%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 45.55%
G = 6.48%
B = 47.98%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E120ED (or 0xE120ED) is known color: Psychedelic Purple. HEX triplet: E1, 20 and ED. RGB value is (225,32,237). Sum of RGB (Red+Green+Blue) = 225+32+237=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #E120ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E120ED is #1EDF12. Grayscale: #707070. Windows color (decimal): -2023187 or 15540449. OLE color: 15540449.

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

Color convert

RGB 225 32 237 -
CMYK 0.05 0.86 0 0.07
HSL 296.49º 0.85% 0.53% -
HSV(B) 296.49º 0.86% 0.93% -
XYZ 46.85 23.16 82.12 -
YUV 113.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 225 32 237 0.05 0.86 0 0.07 296.49 0.85 0.53
Hex E1 20 ED 5 56 0 7 128 55 35
Octal 341 40 355 5 126 0 7 450 125 65
Binary 11100001 100000 11101101 101 1010110 0 111 100101000 1010101 110101

Color Harmonies of #E120ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120ED

Black with #E120ED

Text Example


Text Example

White with #E120ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120ED; }

 p { color: rgb(225,32,237); }

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

background-color css

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

 a { background-color: rgb(225,32,237); }

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

border-color css

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

 span { border-color: rgb(225,32,237); }

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