Html Css Color HEX #E080ED Violet

📋 copy color: '#E080ED'

red 224 ◦ green 128 ◦ blue 237

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

Shades of Violet #E080ED

Tints of Violet #E080ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 38.03%
G = 21.73%
B = 40.24%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E080ED (or 0xE080ED) is known color: Violet. HEX triplet: E0, 80 and ED. RGB value is (224,128,237). Sum of RGB (Red+Green+Blue) = 224+128+237=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #E080ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080ED is #1F7F12. Grayscale: #A8A8A8. Windows color (decimal): -2064147 or 15565024. OLE color: 15565024.

HSL color Cylindrical-coordinate representation of color #E080ED: hue angle of 292.84º degrees, saturation: 0.75, 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 #E080ED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 128 237 -
CMYK 0.05 0.46 0 0.07
HSL 292.84º 0.75% 0.72% -
HSV(B) 292.84º 0.46% 0.93% -
XYZ 53.75 37.4 84.51 -
YUV 169.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 224 128 237 0.05 0.46 0 0.07 292.84 0.75 0.72
Hex E0 80 ED 5 2E 0 7 125 4B 48
Octal 340 200 355 5 56 0 7 445 113 110
Binary 11100000 10000000 11101101 101 101110 0 111 100100101 1001011 1001000

Color Harmonies of #E080ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080ED

Black with #E080ED

Text Example


Text Example

White with #E080ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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