#E08FAB

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

Shades of Kobi #E08FAB

Tints of Kobi #E08FAB

Color information

#E08FAB (or 0xE08FAB) is unknown color: approx Kobi. HEX triplet: E0, 8F and AB. RGB value is (224,143,171). Sum of RGB (Red+Green+Blue) = 224+143+171=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAB is #1F7054. Grayscale: #AAAAAA. Windows color (decimal): -2060373 or 11243488. OLE color: 11243488.

HSL color Cylindrical-coordinate representation of color #E08FAB: hue angle of 339.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FAB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224143171-
CMYK00.360.240.12
HSL339.26º56.64%71.96%-
HSV(B)339.26º36.16%87.84%-
XYZ47.9138.4343.42-
YUV170.41128.34166.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=41.64%
G=26.58%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414317100.360.240.12339.2656.6471.96
HexE08FAB02418C1533948
Octal340217253044301452371110
Binary11100000100011111010101101001001100011001010100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FAB; }

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

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

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

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

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

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

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

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