Html Css Color HEX #E080E9 Violet

📋 copy color: '#E080E9'

red 224 ◦ green 128 ◦ blue 233

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

Shades of Violet #E080E9

Tints of Violet #E080E9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.88%

 BLUE value IS 233 (91.41% from 255) = 39.83%

R = 38.29%
G = 21.88%
B = 39.83%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E080E9 (or 0xE080E9) is known color: Violet. HEX triplet: E0, 80 and E9. RGB value is (224,128,233). Sum of RGB (Red+Green+Blue) = 224+128+233=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #E080E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080E9 is #1F7F16. Grayscale: #A8A8A8. Windows color (decimal): -2064151 or 15302880. OLE color: 15302880.

HSL color Cylindrical-coordinate representation of color #E080E9: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E080E9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 128 233 -
CMYK 0.04 0.45 0 0.09
HSL 294.86º 0.7% 0.71% -
HSV(B) 294.86º 0.45% 0.91% -
XYZ 53.17 37.17 81.46 -
YUV 168.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 224 128 233 0.04 0.45 0 0.09 294.86 0.7 0.71
Hex E0 80 E9 4 2D 0 9 127 46 47
Octal 340 200 351 4 55 0 11 447 106 107
Binary 11100000 10000000 11101001 100 101101 0 1001 100100111 1000110 1000111

Color Harmonies of #E080E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080E9

Black with #E080E9

Text Example


Text Example

White with #E080E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080E9; }

 p { color: rgb(224,128,233); }

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

background-color css

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

 a { background-color: rgb(224,128,233); }

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

border-color css

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

 span { border-color: rgb(224,128,233); }

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