#E08CAC

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

Shades of Kobi #E08CAC

Tints of Kobi #E08CAC

Color information

#E08CAC (or 0xE08CAC) is unknown color: approx Kobi. HEX triplet: E0, 8C and AC. RGB value is (224,140,172). Sum of RGB (Red+Green+Blue) = 224+140+172=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAC is #1F7353. Grayscale: #A8A8A8. Windows color (decimal): -2061140 or 11308256. OLE color: 11308256.

HSL color Cylindrical-coordinate representation of color #E08CAC: hue angle of 337.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CAC is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224140172-
CMYK00.380.230.12
HSL337.14º57.53%71.37%-
HSV(B)337.14º37.5%87.84%-
XYZ47.5637.5843.78-
YUV168.76129.83167.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=41.79%
G=26.12%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414017200.380.230.12337.1457.5371.37
HexE08CAC02617C1513a47
Octal340214254046271452172107
Binary11100000100011001010110001001101011111001010100011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CAC; }

 p { color: rgb(224,140,172); }

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

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

 a { background-color: rgb(224,140,172); }

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

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

 span { border-color: rgb(224,140,172); }

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