#E080AE

Color #E080AE Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E080AE

Tints of Kobi #E080AE

Color information

#E080AE (or 0xE080AE) is unknown color: approx Kobi. HEX triplet: E0, 80 and AE. RGB value is (224,128,174). Sum of RGB (Red+Green+Blue) = 224+128+174=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AE is #1F7F51. Grayscale: #A1A1A1. Windows color (decimal): -2064210 or 11436256. OLE color: 11436256.

HSL color Cylindrical-coordinate representation of color #E080AE: hue angle of 331.25º degrees, saturation: 0.61, 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 #E080AE is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224128174-
CMYK00.430.220.12
HSL331.25º60.76%69.02%-
HSV(B)331.25º42.86%87.84%-
XYZ46.134.3444.24-
YUV161.95134.8172.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=42.59%
G=24.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412817400.430.220.12331.2560.7669.02
HexE080AE02B16C14b3d45
Octal340200256053261451375105
Binary11100000100000001010111001010111011011001010010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080AE; }

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

 H1.HeaderClassName
 {
   color: #E080AE;
 }
 .AnyTagClassName
 {
   color: #E080AE;
 }
</style>
background-color css

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

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

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

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

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

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