#E08BAF

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

Shades of Kobi #E08BAF

Tints of Kobi #E08BAF

Color information

#E08BAF (or 0xE08BAF) is unknown color: approx Kobi. HEX triplet: E0, 8B and AF. RGB value is (224,139,175). Sum of RGB (Red+Green+Blue) = 224+139+175=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BAF is #1F7450. Grayscale: #A8A8A8. Windows color (decimal): -2061393 or 11504608. OLE color: 11504608.

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

Color convert

RGB224139175-
CMYK00.380.220.12
HSL334.59º57.82%71.18%-
HSV(B)334.59º37.95%87.84%-
XYZ47.7137.4145.26-
YUV168.52131.66167.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=41.64%
G=25.84%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413917500.380.220.12334.5957.8271.18
HexE08BAF02616C14f3a47
Octal340213257046261451772107
Binary11100000100010111010111101001101011011001010011111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BAF; }

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

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

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

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

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

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

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

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