#E58CA8

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

Shades of Kobi #E58CA8

Tints of Kobi #E58CA8

Color information

#E58CA8 (or 0xE58CA8) is unknown color: approx Kobi. HEX triplet: E5, 8C and A8. RGB value is (229,140,168). Sum of RGB (Red+Green+Blue) = 229+140+168=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CA8 is #1A7357. Grayscale: #A9A9A9. Windows color (decimal): -1733464 or 11046117. OLE color: 11046117.

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

Color convert

RGB229140168-
CMYK00.390.270.10
HSL341.12º63.12%72.35%-
HSV(B)341.12º38.86%89.8%-
XYZ48.7638.2441.86-
YUV169.8126.99170.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.64%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=42.64%
G=26.07%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914016800.390.270.10341.1263.1272.35
HexE58CA80271BA1553f48
Octal345214250047331252577110
Binary11100101100011001010100001001111101110101010101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CA8; }

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

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

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

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

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

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

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

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