#E58CAB

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

Shades of Kobi #E58CAB

Tints of Kobi #E58CAB

Color information

#E58CAB (or 0xE58CAB) is unknown color: approx Kobi. HEX triplet: E5, 8C and AB. RGB value is (229,140,171). Sum of RGB (Red+Green+Blue) = 229+140+171=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAB is #1A7354. Grayscale: #AAAAAA. Windows color (decimal): -1733461 or 11242725. OLE color: 11242725.

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

Color convert

RGB229140171-
CMYK00.390.250.10
HSL339.1º63.12%72.35%-
HSV(B)339.1º38.86%89.8%-
XYZ49.0438.3543.35-
YUV170.14128.49169.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=42.41%
G=25.93%
B=31.67%

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
Decimal22914017100.390.250.10339.163.1272.35
HexE58CAB02719A1533f48
Octal345214253047311252377110
Binary11100101100011001010101101001111100110101010100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CAB; }

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

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

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

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

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

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

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

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