#E58BAD

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

Shades of Kobi #E58BAD

Tints of Kobi #E58BAD

Color information

#E58BAD (or 0xE58BAD) is unknown color: approx Kobi. HEX triplet: E5, 8B and AD. RGB value is (229,139,173). Sum of RGB (Red+Green+Blue) = 229+139+173=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BAD is #1A7452. Grayscale: #A9A9A9. Windows color (decimal): -1733715 or 11373541. OLE color: 11373541.

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

Color convert

RGB229139173-
CMYK00.390.240.10
HSL337.33º63.38%72.16%-
HSV(B)337.33º39.3%89.8%-
XYZ49.0938.1444.31-
YUV169.79129.82170.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=42.33%
G=25.69%
B=31.98%

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
Decimal22913917300.390.240.10337.3363.3872.16
HexE58BAD02718A1513f48
Octal345213255047301252177110
Binary11100101100010111010110101001111100010101010100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BAD; }

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

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

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

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

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

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

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

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