Html Css Color HEX #E080E1 Violet

📋 copy color: '#E080E1'

red 224 ◦ green 128 ◦ blue 225

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

Shades of Violet #E080E1

Tints of Violet #E080E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.99%

R = 38.82%
G = 22.18%
B = 38.99%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E080E1 (or 0xE080E1) is known color: Violet. HEX triplet: E0, 80 and E1. RGB value is (224,128,225). Sum of RGB (Red+Green+Blue) = 224+128+225=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #E080E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080E1 is #1F7F1E. Grayscale: #A7A7A7. Windows color (decimal): -2064159 or 14778592. OLE color: 14778592.

HSL color Cylindrical-coordinate representation of color #E080E1: hue angle of 299.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080E1 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 225 -
CMYK 0.00 0.43 0 0.12
HSL 299.38º 0.62% 0.69% -
HSV(B) 299.38º 0.43% 0.88% -
XYZ 52.05 36.72 75.58 -
YUV 167.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 224 128 225 0.00 0.43 0 0.12 299.38 0.62 0.69
Hex E0 80 E1 0 2B 0 C 12B 3E 45
Octal 340 200 341 0 53 0 14 453 76 105
Binary 11100000 10000000 11100001 0 101011 0 1100 100101011 111110 1000101

Color Harmonies of #E080E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080E1

Black with #E080E1

Text Example


Text Example

White with #E080E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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