#E19CB5

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

Shades of Kobi #E19CB5

Tints of Kobi #E19CB5

Color information

#E19CB5 (or 0xE19CB5) is unknown color: approx Kobi. HEX triplet: E1, 9C and B5. RGB value is (225,156,181). Sum of RGB (Red+Green+Blue) = 225+156+181=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CB5 is #1E634A. Grayscale: #B3B3B3. Windows color (decimal): -1991499 or 11902177. OLE color: 11902177.

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

Color convert

RGB225156181-
CMYK00.310.200.12
HSL338.26º53.49%74.71%-
HSV(B)338.26º30.67%88.24%-
XYZ51.2843.1249.34-
YUV179.48128.86160.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=40.04%
G=27.76%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515618100.310.200.12338.2653.4974.71
HexE19CB501F14C152354b
Octal341234265037241452265113
Binary1110000110011100101101010111111010011001010100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CB5; }

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

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

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

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

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

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

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

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