#E198A6

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

Shades of Kobi #E198A6

Tints of Kobi #E198A6

Color information

#E198A6 (or 0xE198A6) is unknown color: approx Kobi. HEX triplet: E1, 98 and A6. RGB value is (225,152,166). Sum of RGB (Red+Green+Blue) = 225+152+166=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E198A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198A6 is #1E6759. Grayscale: #AFAFAF. Windows color (decimal): -1992538 or 10918113. OLE color: 10918113.

HSL color Cylindrical-coordinate representation of color #E198A6: hue angle of 348.49º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198A6 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225152166-
CMYK00.320.260.12
HSL348.49º54.89%73.92%-
HSV(B)348.49º32.44%88.24%-
XYZ49.1641.2241.44-
YUV175.42122.68163.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=41.44%
G=27.99%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515216600.320.260.12348.4954.8973.92
HexE198A60201AC15c374a
Octal341230246040321453467112
Binary11100001100110001010011001000001101011001010111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198A6; }

 p { color: rgb(225,152,166); }

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

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

 a { background-color: rgb(225,152,166); }

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

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

 span { border-color: rgb(225,152,166); }

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