#E19CA9

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

Shades of Kobi #E19CA9

Tints of Kobi #E19CA9

Color information

#E19CA9 (or 0xE19CA9) is unknown color: approx Kobi. HEX triplet: E1, 9C and A9. RGB value is (225,156,169). Sum of RGB (Red+Green+Blue) = 225+156+169=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA9 is #1E6356. Grayscale: #B2B2B2. Windows color (decimal): -1991511 or 11115745. OLE color: 11115745.

HSL color Cylindrical-coordinate representation of color #E19CA9: hue angle of 348.7º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CA9 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225156169-
CMYK00.310.250.12
HSL348.7º53.49%74.71%-
HSV(B)348.7º30.67%88.24%-
XYZ50.142.6543.13-
YUV178.11122.86161.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=40.91%
G=28.36%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515616900.310.250.12348.753.4974.71
HexE19CA901F19C15d354b
Octal341234251037311453565113
Binary1110000110011100101010010111111100111001010111011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CA9; }

 p { color: rgb(225,156,169); }

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

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

 a { background-color: rgb(225,156,169); }

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

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

 span { border-color: rgb(225,156,169); }

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