#E080AF

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

Shades of Kobi #E080AF

Tints of Kobi #E080AF

Color information

#E080AF (or 0xE080AF) is unknown color: approx Kobi. HEX triplet: E0, 80 and AF. RGB value is (224,128,175). Sum of RGB (Red+Green+Blue) = 224+128+175=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E080AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E080AF is #1F7F50. Grayscale: #A1A1A1. Windows color (decimal): -2064209 or 11501792. OLE color: 11501792.

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

Color convert

RGB224128175-
CMYK00.430.220.12
HSL330.62º60.76%69.02%-
HSV(B)330.62º42.86%87.84%-
XYZ46.234.3844.76-
YUV162.06135.3172.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=42.50%
G=24.29%
B=33.21%

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
Decimal22412817500.430.220.12330.6260.7669.02
HexE080AF02B16C14b3d45
Octal340200257053261451375105
Binary11100000100000001010111101010111011011001010010111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080AF; }

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

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

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

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

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

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

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

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