#E58CAC

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

Shades of Kobi #E58CAC

Tints of Kobi #E58CAC

Color information

#E58CAC (or 0xE58CAC) is unknown color: approx Kobi. HEX triplet: E5, 8C and AC. RGB value is (229,140,172). Sum of RGB (Red+Green+Blue) = 229+140+172=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAC is #1A7353. Grayscale: #AAAAAA. Windows color (decimal): -1733460 or 11308261. OLE color: 11308261.

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

Color convert

RGB229140172-
CMYK00.390.250.10
HSL338.43º63.12%72.35%-
HSV(B)338.43º38.86%89.8%-
XYZ49.1438.3943.85-
YUV170.26128.99169.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=42.33%
G=25.88%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914017200.390.250.10338.4363.1272.35
HexE58CAC02719A1523f48
Octal345214254047311252277110
Binary11100101100011001010110001001111100110101010100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CAC; }

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

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

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

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

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

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

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

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