Html Css Color HEX #E019ED Psychedelic Purple

📋 copy color: '#E019ED'

red 224 ◦ green 25 ◦ blue 237

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

Shades of Psychedelic Purple #E019ED

Tints of Psychedelic Purple #E019ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.14%

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

R = 46.09%
G = 5.14%
B = 48.77%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E019ED (or 0xE019ED) is known color: Psychedelic Purple. HEX triplet: E0, 19 and ED. RGB value is (224,25,237). Sum of RGB (Red+Green+Blue) = 224+25+237=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #E019ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019ED is #1FE612. Grayscale: #6C6C6C. Windows color (decimal): -2090515 or 15538656. OLE color: 15538656.

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

Color convert

RGB 224 25 237 -
CMYK 0.05 0.89 0 0.07
HSL 296.32º 0.85% 0.51% -
HSV(B) 296.32º 0.89% 0.93% -
XYZ 46.37 22.66 82.05 -
YUV 108.67 200.43 210.26 -
System Red Green Blue C M Y K H S L
Decimal 224 25 237 0.05 0.89 0 0.07 296.32 0.85 0.51
Hex E0 19 ED 5 59 0 7 128 55 33
Octal 340 31 355 5 131 0 7 450 125 63
Binary 11100000 11001 11101101 101 1011001 0 111 100101000 1010101 110011

Color Harmonies of #E019ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019ED

Black with #E019ED

Text Example


Text Example

White with #E019ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019ED; }

 p { color: rgb(224,25,237); }

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

background-color css

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

 a { background-color: rgb(224,25,237); }

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

border-color css

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

 span { border-color: rgb(224,25,237); }

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