#E188AA

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

Shades of Kobi #E188AA

Tints of Kobi #E188AA

Color information

#E188AA (or 0xE188AA) is unknown color: approx Kobi. HEX triplet: E1, 88 and AA. RGB value is (225,136,170). Sum of RGB (Red+Green+Blue) = 225+136+170=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E188AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188AA is #1E7755. Grayscale: #A6A6A6. Windows color (decimal): -1996630 or 11176161. OLE color: 11176161.

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

Color convert

RGB225136170-
CMYK00.400.240.12
HSL337.08º59.73%70.78%-
HSV(B)337.08º39.56%88.24%-
XYZ47.1136.5242.6-
YUV166.49129.99169.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=42.37%
G=25.61%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513617000.400.240.12337.0859.7370.78
HexE188AA02818C1513c47
Octal341210252050301452174107
Binary11100001100010001010101001010001100011001010100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188AA; }

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

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

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

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

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

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

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

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