#E58CA2

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

Shades of Kobi #E58CA2

Tints of Kobi #E58CA2

Color information

#E58CA2 (or 0xE58CA2) is unknown color: approx Kobi. HEX triplet: E5, 8C and A2. RGB value is (229,140,162). Sum of RGB (Red+Green+Blue) = 229+140+162=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CA2 is #1A735D. Grayscale: #A9A9A9. Windows color (decimal): -1733470 or 10652901. OLE color: 10652901.

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

Color convert

RGB229140162-
CMYK00.390.290.10
HSL345.17º63.12%72.35%-
HSV(B)345.17º38.86%89.8%-
XYZ48.2138.0238.98-
YUV169.12123.99170.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=43.13%
G=26.37%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914016200.390.290.10345.1763.1272.35
HexE58CA20271DA1593f48
Octal345214242047351253177110
Binary11100101100011001010001001001111110110101010110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CA2; }

 p { color: rgb(229,140,162); }

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

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

 a { background-color: rgb(229,140,162); }

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

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

 span { border-color: rgb(229,140,162); }

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