#E187A5

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

Shades of Kobi #E187A5

Tints of Kobi #E187A5

Color information

#E187A5 (or 0xE187A5) is unknown color: approx Kobi. HEX triplet: E1, 87 and A5. RGB value is (225,135,165). Sum of RGB (Red+Green+Blue) = 225+135+165=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E187A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E187A5 is #1E785A. Grayscale: #A5A5A5. Windows color (decimal): -1996891 or 10848225. OLE color: 10848225.

HSL color Cylindrical-coordinate representation of color #E187A5: hue angle of 340º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187A5 is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB225135165-
CMYK00.40.270.12
HSL340º60%70.59%-
HSV(B)340º40%88.24%-
XYZ46.5136.0540.1-
YUV165.33127.82170.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513516500.40.270.123406070.59
HexE187A50281BC1543c47
Octal341207245050331452474107
Binary11100001100001111010010101010001101111001010101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E187A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E187A5; }

 p { color: rgb(225,135,165); }

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

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

 a { background-color: rgb(225,135,165); }

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

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

 span { border-color: rgb(225,135,165); }

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