#E58CAD

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

Shades of Kobi #E58CAD

Tints of Kobi #E58CAD

Color information

#E58CAD (or 0xE58CAD) is unknown color: approx Kobi. HEX triplet: E5, 8C and AD. RGB value is (229,140,173). Sum of RGB (Red+Green+Blue) = 229+140+173=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58CAD is #1A7352. Grayscale: #AAAAAA. Windows color (decimal): -1733459 or 11373797. OLE color: 11373797.

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

Color convert

RGB229140173-
CMYK00.390.240.10
HSL337.75º63.12%72.35%-
HSV(B)337.75º38.86%89.8%-
XYZ49.2338.4344.36-
YUV170.37129.49169.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=42.25%
G=25.83%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914017300.390.240.10337.7563.1272.35
HexE58CAD02718A1523f48
Octal345214255047301252277110
Binary11100101100011001010110101001111100010101010100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CAD; }

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

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

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

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

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

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

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

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