#E58FAC

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

Shades of Kobi #E58FAC

Tints of Kobi #E58FAC

Color information

#E58FAC (or 0xE58FAC) is unknown color: approx Kobi. HEX triplet: E5, 8F and AC. RGB value is (229,143,172). Sum of RGB (Red+Green+Blue) = 229+143+172=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAC is #1A7053. Grayscale: #ABABAB. Windows color (decimal): -1732692 or 11309029. OLE color: 11309029.

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

Color convert

RGB229143172-
CMYK00.380.250.10
HSL339.77º62.32%72.94%-
HSV(B)339.77º37.55%89.8%-
XYZ49.5839.2844-
YUV172.02127.99168.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=42.10%
G=26.29%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914317200.380.250.10339.7762.3272.94
HexE58FAC02619A1543e49
Octal345217254046311252476111
Binary11100101100011111010110001001101100110101010101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FAC; }

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

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

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

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

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

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

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

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