#E588A4

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

Shades of Kobi #E588A4

Tints of Kobi #E588A4

Color information

#E588A4 (or 0xE588A4) is unknown color: approx Kobi. HEX triplet: E5, 88 and A4. RGB value is (229,136,164). Sum of RGB (Red+Green+Blue) = 229+136+164=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E588A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E588A4 is #1A775B. Grayscale: #A6A6A6. Windows color (decimal): -1734492 or 10782949. OLE color: 10782949.

HSL color Cylindrical-coordinate representation of color #E588A4: hue angle of 341.94º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588A4 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229136164-
CMYK00.410.280.10
HSL341.94º64.14%71.57%-
HSV(B)341.94º40.61%89.8%-
XYZ47.8236.9539.73-
YUV167126.31172.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=43.29%
G=25.71%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913616400.410.280.10341.9464.1471.57
HexE588A40291CA1564048
Octal3452102440513412526100110
Binary111001011000100010100100010100111100101010101011010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E588A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E588A4; }

 p { color: rgb(229,136,164); }

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

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

 a { background-color: rgb(229,136,164); }

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

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

 span { border-color: rgb(229,136,164); }

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