Html Css Color HEX #E016E8 Psychedelic Purple

📋 copy color: '#E016E8'

red 224 ◦ green 22 ◦ blue 232

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

Shades of Psychedelic Purple #E016E8

Tints of Psychedelic Purple #E016E8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.6%

 BLUE value IS 232 (91.02% from 255) = 48.54%

R = 46.86%
G = 4.6%
B = 48.54%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E016E8 (or 0xE016E8) is known color: Psychedelic Purple. HEX triplet: E0, 16 and E8. RGB value is (224,22,232). Sum of RGB (Red+Green+Blue) = 224+22+232=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #E016E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016E8 is #1FE917. Grayscale: #696969. Windows color (decimal): -2091288 or 15210208. OLE color: 15210208.

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

Color convert

RGB 224 22 232 -
CMYK 0.03 0.91 0 0.09
HSL 297.71º 0.83% 0.5% -
HSV(B) 297.71º 0.91% 0.91% -
XYZ 45.59 22.25 78.24 -
YUV 106.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 224 22 232 0.03 0.91 0 0.09 297.71 0.83 0.5
Hex E0 16 E8 3 5B 0 9 12A 53 32
Octal 340 26 350 3 133 0 11 452 123 62
Binary 11100000 10110 11101000 11 1011011 0 1001 100101010 1010011 110010

Color Harmonies of #E016E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016E8

Black with #E016E8

Text Example


Text Example

White with #E016E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016E8; }

 p { color: rgb(224,22,232); }

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

background-color css

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

 a { background-color: rgb(224,22,232); }

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

border-color css

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

 span { border-color: rgb(224,22,232); }

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