#E19FB3

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

Shades of Kobi #E19FB3

Tints of Kobi #E19FB3

Color information

#E19FB3 (or 0xE19FB3) is unknown color: approx Kobi. HEX triplet: E1, 9F and B3. RGB value is (225,159,179). Sum of RGB (Red+Green+Blue) = 225+159+179=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FB3 is #1E604C. Grayscale: #B5B5B5. Windows color (decimal): -1990733 or 11771873. OLE color: 11771873.

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

Color convert

RGB225159179-
CMYK00.290.200.12
HSL341.82º52.38%75.29%-
HSV(B)341.82º29.33%88.24%-
XYZ51.5944.0648.43-
YUV181.01126.87159.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=39.96%
G=28.24%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515917900.290.200.12341.8252.3875.29
HexE19FB301D14C156344b
Octal341237263035241452664113
Binary1110000110011111101100110111011010011001010101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FB3; }

 p { color: rgb(225,159,179); }

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

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

 a { background-color: rgb(225,159,179); }

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

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

 span { border-color: rgb(225,159,179); }

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