Html Css Color HEX #E080EE Violet

📋 copy color: '#E080EE'

red 224 ◦ green 128 ◦ blue 238

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

Shades of Violet #E080EE

Tints of Violet #E080EE

RGB

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

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

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

R = 37.97%
G = 21.69%
B = 40.34%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E080EE (or 0xE080EE) is known color: Violet. HEX triplet: E0, 80 and EE. RGB value is (224,128,238). Sum of RGB (Red+Green+Blue) = 224+128+238=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #E080EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080EE is #1F7F11. Grayscale: #A8A8A8. Windows color (decimal): -2064146 or 15630560. OLE color: 15630560.

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

Color convert

RGB 224 128 238 -
CMYK 0.06 0.46 0 0.07
HSL 292.36º 0.76% 0.72% -
HSV(B) 292.36º 0.46% 0.93% -
XYZ 53.89 37.46 85.28 -
YUV 169.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 224 128 238 0.06 0.46 0 0.07 292.36 0.76 0.72
Hex E0 80 EE 6 2E 0 7 124 4C 48
Octal 340 200 356 6 56 0 7 444 114 110
Binary 11100000 10000000 11101110 110 101110 0 111 100100100 1001100 1001000

Color Harmonies of #E080EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080EE

Black with #E080EE

Text Example


Text Example

White with #E080EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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