#E188A1

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

Shades of Kobi #E188A1

Tints of Kobi #E188A1

Color information

#E188A1 (or 0xE188A1) is unknown color: approx Kobi. HEX triplet: E1, 88 and A1. RGB value is (225,136,161). Sum of RGB (Red+Green+Blue) = 225+136+161=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A1 is #1E775E. Grayscale: #A5A5A5. Windows color (decimal): -1996639 or 10586337. OLE color: 10586337.

HSL color Cylindrical-coordinate representation of color #E188A1: hue angle of 343.15º 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 #E188A1 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225136161-
CMYK00.400.280.12
HSL343.15º59.73%70.78%-
HSV(B)343.15º39.56%88.24%-
XYZ46.2936.1938.26-
YUV165.46125.49170.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=43.10%
G=26.05%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513616100.400.280.12343.1559.7370.78
HexE188A10281CC1573c47
Octal341210241050341452774107
Binary11100001100010001010000101010001110011001010101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188A1; }

 p { color: rgb(225,136,161); }

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

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

 a { background-color: rgb(225,136,161); }

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

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

 span { border-color: rgb(225,136,161); }

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