#E198B1

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

Shades of Kobi #E198B1

Tints of Kobi #E198B1

Color information

#E198B1 (or 0xE198B1) is unknown color: approx Kobi. HEX triplet: E1, 98 and B1. RGB value is (225,152,177). Sum of RGB (Red+Green+Blue) = 225+152+177=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E198B1 is #1E674E. Grayscale: #B0B0B0. Windows color (decimal): -1992527 or 11639009. OLE color: 11639009.

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

Color convert

RGB225152177-
CMYK00.320.210.12
HSL339.45º54.89%73.92%-
HSV(B)339.45º32.44%88.24%-
XYZ50.2241.6446.99-
YUV176.68128.18162.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=40.61%
G=27.44%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515217700.320.210.12339.4554.8973.92
HexE198B102015C153374a
Octal341230261040251452367112
Binary11100001100110001011000101000001010111001010100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198B1; }

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

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

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

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

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

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

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

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