#E195AB

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

Shades of Kobi #E195AB

Tints of Kobi #E195AB

Color information

#E195AB (or 0xE195AB) is unknown color: approx Kobi. HEX triplet: E1, 95 and AB. RGB value is (225,149,171). Sum of RGB (Red+Green+Blue) = 225+149+171=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E195AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195AB is #1E6A54. Grayscale: #AEAEAE. Windows color (decimal): -1993301 or 11245025. OLE color: 11245025.

HSL color Cylindrical-coordinate representation of color #E195AB: hue angle of 342.63º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195AB is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225149171-
CMYK00.340.240.12
HSL342.63º55.88%73.33%-
HSV(B)342.63º33.78%88.24%-
XYZ49.1540.4443.74-
YUV174.23126.18164.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=41.28%
G=27.34%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514917100.340.240.12342.6355.8873.33
HexE195AB02218C1573849
Octal341225253042301452770111
Binary11100001100101011010101101000101100011001010101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195AB; }

 p { color: rgb(225,149,171); }

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

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

 a { background-color: rgb(225,149,171); }

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

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

 span { border-color: rgb(225,149,171); }

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