#E088AB

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

Shades of Kobi #E088AB

Tints of Kobi #E088AB

Color information

#E088AB (or 0xE088AB) is unknown color: approx Kobi. HEX triplet: E0, 88 and AB. RGB value is (224,136,171). Sum of RGB (Red+Green+Blue) = 224+136+171=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AB is #1F7754. Grayscale: #A6A6A6. Windows color (decimal): -2062165 or 11241696. OLE color: 11241696.

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

Color convert

RGB224136171-
CMYK00.390.240.12
HSL336.14º58.67%70.59%-
HSV(B)336.14º39.29%87.84%-
XYZ46.936.443.08-
YUV166.3130.65169.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=42.18%
G=25.61%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413617100.390.240.12336.1458.6770.59
HexE088AB02718C1503b47
Octal340210253047301452073107
Binary11100000100010001010101101001111100011001010100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088AB; }

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

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

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

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

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

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

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

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