#E08CAB

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

Shades of Kobi #E08CAB

Tints of Kobi #E08CAB

Color information

#E08CAB (or 0xE08CAB) is unknown color: approx Kobi. HEX triplet: E0, 8C and AB. RGB value is (224,140,171). Sum of RGB (Red+Green+Blue) = 224+140+171=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAB is #1F7354. Grayscale: #A8A8A8. Windows color (decimal): -2061141 or 11242720. OLE color: 11242720.

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

Color convert

RGB224140171-
CMYK00.380.240.12
HSL337.86º57.53%71.37%-
HSV(B)337.86º37.5%87.84%-
XYZ47.4737.5443.27-
YUV168.65129.33167.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=41.87%
G=26.17%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414017100.380.240.12337.8657.5371.37
HexE08CAB02618C1523a47
Octal340214253046301452272107
Binary11100000100011001010101101001101100011001010100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CAB; }

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

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

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

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

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

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

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

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