#E58FAD

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

Shades of Kobi #E58FAD

Tints of Kobi #E58FAD

Color information

#E58FAD (or 0xE58FAD) is unknown color: approx Kobi. HEX triplet: E5, 8F and AD. RGB value is (229,143,173). Sum of RGB (Red+Green+Blue) = 229+143+173=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAD is #1A7052. Grayscale: #ACACAC. Windows color (decimal): -1732691 or 11374565. OLE color: 11374565.

HSL color Cylindrical-coordinate representation of color #E58FAD: hue angle of 339.07º degrees, saturation: 0.62, 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 #E58FAD is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229143173-
CMYK00.380.240.10
HSL339.07º62.32%72.94%-
HSV(B)339.07º37.55%89.8%-
XYZ49.6839.3244.51-
YUV172.13128.49168.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=42.02%
G=26.24%
B=31.74%

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
Decimal22914317300.380.240.10339.0762.3272.94
HexE58FAD02618A1533e49
Octal345217255046301252376111
Binary11100101100011111010110101001101100010101010100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FAD; }

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

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

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

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

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

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

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

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