Html Css Color HEX #E080E4 Violet

📋 copy color: '#E080E4'

red 224 ◦ green 128 ◦ blue 228

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

Shades of Violet #E080E4

Tints of Violet #E080E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.31%

R = 38.62%
G = 22.07%
B = 39.31%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E080E4 (or 0xE080E4) is known color: Violet. HEX triplet: E0, 80 and E4. RGB value is (224,128,228). Sum of RGB (Red+Green+Blue) = 224+128+228=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #E080E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080E4 is #1F7F1B. Grayscale: #A7A7A7. Windows color (decimal): -2064156 or 14975200. OLE color: 14975200.

HSL color Cylindrical-coordinate representation of color #E080E4: hue angle of 297.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E080E4 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 128 228 -
CMYK 0.02 0.44 0 0.11
HSL 297.6º 0.65% 0.7% -
HSV(B) 297.6º 0.44% 0.89% -
XYZ 52.46 36.89 77.75 -
YUV 168.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 224 128 228 0.02 0.44 0 0.11 297.6 0.65 0.7
Hex E0 80 E4 2 2C 0 B 12A 41 46
Octal 340 200 344 2 54 0 13 452 101 106
Binary 11100000 10000000 11100100 10 101100 0 1011 100101010 1000001 1000110

Color Harmonies of #E080E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080E4

Black with #E080E4

Text Example


Text Example

White with #E080E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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