#E58EAD

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

Shades of Kobi #E58EAD

Tints of Kobi #E58EAD

Color information

#E58EAD (or 0xE58EAD) is unknown color: approx Kobi. HEX triplet: E5, 8E and AD. RGB value is (229,142,173). Sum of RGB (Red+Green+Blue) = 229+142+173=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58EAD is #1A7152. Grayscale: #ABABAB. Windows color (decimal): -1732947 or 11374309. OLE color: 11374309.

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

Color convert

RGB229142173-
CMYK00.380.240.10
HSL338.62º62.59%72.75%-
HSV(B)338.62º37.99%89.8%-
XYZ49.5339.0244.46-
YUV171.55128.82168.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=42.10%
G=26.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914217300.380.240.10338.6262.5972.75
HexE58EAD02618A1533f49
Octal345216255046301252377111
Binary11100101100011101010110101001101100010101010100111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EAD; }

 p { color: rgb(229,142,173); }

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

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

 a { background-color: rgb(229,142,173); }

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

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

 span { border-color: rgb(229,142,173); }

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