Html Css Color HEX #E080E7 Violet

📋 copy color: '#E080E7'

red 224 ◦ green 128 ◦ blue 231

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

Shades of Violet #E080E7

Tints of Violet #E080E7

RGB

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

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

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

R = 38.42%
G = 21.96%
B = 39.62%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E080E7 (or 0xE080E7) is known color: Violet. HEX triplet: E0, 80 and E7. RGB value is (224,128,231). Sum of RGB (Red+Green+Blue) = 224+128+231=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #E080E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080E7 is #1F7F18. Grayscale: #A8A8A8. Windows color (decimal): -2064153 or 15171808. OLE color: 15171808.

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

Color convert

RGB 224 128 231 -
CMYK 0.03 0.45 0 0.09
HSL 295.92º 0.68% 0.7% -
HSV(B) 295.92º 0.45% 0.91% -
XYZ 52.88 37.06 79.97 -
YUV 168.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 224 128 231 0.03 0.45 0 0.09 295.92 0.68 0.7
Hex E0 80 E7 3 2D 0 9 128 44 46
Octal 340 200 347 3 55 0 11 450 104 106
Binary 11100000 10000000 11100111 11 101101 0 1001 100101000 1000100 1000110

Color Harmonies of #E080E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080E7

Black with #E080E7

Text Example


Text Example

White with #E080E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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