Html Css Color HEX #E080EF Violet

📋 copy color: '#E080EF'

red 224 ◦ green 128 ◦ blue 239

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

Shades of Violet #E080EF

Tints of Violet #E080EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 37.9%
G = 21.66%
B = 40.44%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E080EF (or 0xE080EF) is known color: Violet. HEX triplet: E0, 80 and EF. RGB value is (224,128,239). Sum of RGB (Red+Green+Blue) = 224+128+239=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #E080EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080EF is #1F7F10. Grayscale: #A9A9A9. Windows color (decimal): -2064145 or 15696096. OLE color: 15696096.

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

Color convert

RGB 224 128 239 -
CMYK 0.06 0.46 0 0.06
HSL 291.89º 0.78% 0.72% -
HSV(B) 291.89º 0.46% 0.94% -
XYZ 54.04 37.52 86.05 -
YUV 169.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 224 128 239 0.06 0.46 0 0.06 291.89 0.78 0.72
Hex E0 80 EF 6 2E 0 6 124 4E 48
Octal 340 200 357 6 56 0 6 444 116 110
Binary 11100000 10000000 11101111 110 101110 0 110 100100100 1001110 1001000

Color Harmonies of #E080EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080EF

Black with #E080EF

Text Example


Text Example

White with #E080EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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