#E58BAA

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

Shades of Kobi #E58BAA

Tints of Kobi #E58BAA

Color information

#E58BAA (or 0xE58BAA) is unknown color: approx Kobi. HEX triplet: E5, 8B and AA. RGB value is (229,139,170). Sum of RGB (Red+Green+Blue) = 229+139+170=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BAA is #1A7455. Grayscale: #A9A9A9. Windows color (decimal): -1733718 or 11176933. OLE color: 11176933.

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

Color convert

RGB229139170-
CMYK00.390.260.10
HSL339.33º63.38%72.16%-
HSV(B)339.33º39.3%89.8%-
XYZ48.838.0342.8-
YUV169.44128.32170.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=42.57%
G=25.84%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913917000.390.260.10339.3363.3872.16
HexE58BAA0271AA1533f48
Octal345213252047321252377110
Binary11100101100010111010101001001111101010101010100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BAA; }

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

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

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

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

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

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

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

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