#E195A0

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

Shades of Kobi #E195A0

Tints of Kobi #E195A0

Color information

#E195A0 (or 0xE195A0) is unknown color: approx Kobi. HEX triplet: E1, 95 and A0. RGB value is (225,149,160). Sum of RGB (Red+Green+Blue) = 225+149+160=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E195A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195A0 is #1E6A5F. Grayscale: #ADADAD. Windows color (decimal): -1993312 or 10524129. OLE color: 10524129.

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

Color convert

RGB225149160-
CMYK00.340.290.12
HSL351.32º55.88%73.33%-
HSV(B)351.32º33.78%88.24%-
XYZ48.1440.0438.45-
YUV172.98120.68165.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=42.13%
G=27.90%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514916000.340.290.12351.3255.8873.33
HexE195A00221DC15f3849
Octal341225240042351453770111
Binary11100001100101011010000001000101110111001010111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195A0; }

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

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

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

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

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

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

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

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