Html Css Color HEX #E019EE Psychedelic Purple

📋 copy color: '#E019EE'

red 224 ◦ green 25 ◦ blue 238

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

Shades of Psychedelic Purple #E019EE

Tints of Psychedelic Purple #E019EE

RGB

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

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

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

R = 46%
G = 5.13%
B = 48.87%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E019EE (or 0xE019EE) is known color: Psychedelic Purple. HEX triplet: E0, 19 and EE. RGB value is (224,25,238). Sum of RGB (Red+Green+Blue) = 224+25+238=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #E019EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019EE is #1FE611. Grayscale: #6C6C6C. Windows color (decimal): -2090514 or 15604192. OLE color: 15604192.

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

Color convert

RGB 224 25 238 -
CMYK 0.06 0.89 0 0.07
HSL 296.06º 0.86% 0.52% -
HSV(B) 296.06º 0.89% 0.93% -
XYZ 46.52 22.72 82.82 -
YUV 108.78 200.93 210.18 -
System Red Green Blue C M Y K H S L
Decimal 224 25 238 0.06 0.89 0 0.07 296.06 0.86 0.52
Hex E0 19 EE 6 59 0 7 128 56 34
Octal 340 31 356 6 131 0 7 450 126 64
Binary 11100000 11001 11101110 110 1011001 0 111 100101000 1010110 110100

Color Harmonies of #E019EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019EE

Black with #E019EE

Text Example


Text Example

White with #E019EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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