Html Css Color HEX #E019E7 Psychedelic Purple

📋 copy color: '#E019E7'

red 224 ◦ green 25 ◦ blue 231

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

Shades of Psychedelic Purple #E019E7

Tints of Psychedelic Purple #E019E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.13%

R = 46.67%
G = 5.21%
B = 48.13%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E019E7 (or 0xE019E7) is known color: Psychedelic Purple. HEX triplet: E0, 19 and E7. RGB value is (224,25,231). Sum of RGB (Red+Green+Blue) = 224+25+231=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #E019E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019E7 is #1FE618. Grayscale: #6B6B6B. Windows color (decimal): -2090521 or 15145440. OLE color: 15145440.

HSL color Cylindrical-coordinate representation of color #E019E7: hue angle of 297.96º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019E7 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 25 231 -
CMYK 0.03 0.89 0 0.09
HSL 297.96º 0.81% 0.5% -
HSV(B) 297.96º 0.89% 0.91% -
XYZ 45.51 22.31 77.51 -
YUV 107.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 224 25 231 0.03 0.89 0 0.09 297.96 0.81 0.5
Hex E0 19 E7 3 59 0 9 12A 51 32
Octal 340 31 347 3 131 0 11 452 121 62
Binary 11100000 11001 11100111 11 1011001 0 1001 100101010 1010001 110010

Color Harmonies of #E019E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019E7

Black with #E019E7

Text Example


Text Example

White with #E019E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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