#E185AA

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

Shades of Kobi #E185AA

Tints of Kobi #E185AA

Color information

#E185AA (or 0xE185AA) is unknown color: approx Kobi. HEX triplet: E1, 85 and AA. RGB value is (225,133,170). Sum of RGB (Red+Green+Blue) = 225+133+170=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E185AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185AA is #1E7A55. Grayscale: #A4A4A4. Windows color (decimal): -1997398 or 11175393. OLE color: 11175393.

HSL color Cylindrical-coordinate representation of color #E185AA: hue angle of 335.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185AA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225133170-
CMYK00.410.240.12
HSL335.87º60.53%70.2%-
HSV(B)335.87º40.89%88.24%-
XYZ46.6935.6842.46-
YUV164.73130.98170.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=42.61%
G=25.19%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513317000.410.240.12335.8760.5370.2
HexE185AA02918C1503d46
Octal341205252051301452075106
Binary11100001100001011010101001010011100011001010100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185AA; }

 p { color: rgb(225,133,170); }

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

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

 a { background-color: rgb(225,133,170); }

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

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

 span { border-color: rgb(225,133,170); }

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