#E188A3

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

Shades of Kobi #E188A3

Tints of Kobi #E188A3

Color information

#E188A3 (or 0xE188A3) is unknown color: approx Kobi. HEX triplet: E1, 88 and A3. RGB value is (225,136,163). Sum of RGB (Red+Green+Blue) = 225+136+163=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A3 is #1E775C. Grayscale: #A5A5A5. Windows color (decimal): -1996637 or 10717409. OLE color: 10717409.

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

Color convert

RGB225136163-
CMYK00.400.280.12
HSL341.8º59.73%70.78%-
HSV(B)341.8º39.56%88.24%-
XYZ46.4736.2639.2-
YUV165.69126.49170.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=42.94%
G=25.95%
B=31.11%

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
Decimal22513616300.400.280.12341.859.7370.78
HexE188A30281CC1563c47
Octal341210243050341452674107
Binary11100001100010001010001101010001110011001010101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188A3; }

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

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

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

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

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

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

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

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