#E58FAA

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

Shades of Kobi #E58FAA

Tints of Kobi #E58FAA

Color information

#E58FAA (or 0xE58FAA) is unknown color: approx Kobi. HEX triplet: E5, 8F and AA. RGB value is (229,143,170). Sum of RGB (Red+Green+Blue) = 229+143+170=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FAA is #1A7055. Grayscale: #ABABAB. Windows color (decimal): -1732694 or 11177957. OLE color: 11177957.

HSL color Cylindrical-coordinate representation of color #E58FAA: hue angle of 341.16º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FAA is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229143170-
CMYK00.380.260.10
HSL341.16º62.32%72.94%-
HSV(B)341.16º37.55%89.8%-
XYZ49.3939.2142.99-
YUV171.79126.99168.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=42.25%
G=26.38%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914317000.380.260.10341.1662.3272.94
HexE58FAA0261AA1553e49
Octal345217252046321252576111
Binary11100101100011111010101001001101101010101010101011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FAA; }

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

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

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

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

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

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

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

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