#E088A1

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

Shades of Kobi #E088A1

Tints of Kobi #E088A1

Color information

#E088A1 (or 0xE088A1) is unknown color: approx Kobi. HEX triplet: E0, 88 and A1. RGB value is (224,136,161). Sum of RGB (Red+Green+Blue) = 224+136+161=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E088A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088A1 is #1F775E. Grayscale: #A5A5A5. Windows color (decimal): -2062175 or 10586336. OLE color: 10586336.

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

Color convert

RGB224136161-
CMYK00.390.280.12
HSL342.95º58.67%70.59%-
HSV(B)342.95º39.29%87.84%-
XYZ45.9836.0338.25-
YUV165.16125.65169.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=42.99%
G=26.10%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413616100.390.280.12342.9558.6770.59
HexE088A10271CC1573b47
Octal340210241047341452773107
Binary11100000100010001010000101001111110011001010101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088A1; }

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

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

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

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

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

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

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

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