#E19FB5

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

Shades of Kobi #E19FB5

Tints of Kobi #E19FB5

Color information

#E19FB5 (or 0xE19FB5) is unknown color: approx Kobi. HEX triplet: E1, 9F and B5. RGB value is (225,159,181). Sum of RGB (Red+Green+Blue) = 225+159+181=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FB5 is #1E604A. Grayscale: #B5B5B5. Windows color (decimal): -1990731 or 11902945. OLE color: 11902945.

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

Color convert

RGB225159181-
CMYK00.290.200.12
HSL340º52.38%75.29%-
HSV(B)340º29.33%88.24%-
XYZ51.7944.1449.51-
YUV181.24127.87159.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=39.82%
G=28.14%
B=32.04%

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
Decimal22515918100.290.200.1234052.3875.29
HexE19FB501D14C154344b
Octal341237265035241452464113
Binary1110000110011111101101010111011010011001010101001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FB5; }

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

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

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

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

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

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

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

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