#E195AA

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

Shades of Kobi #E195AA

Tints of Kobi #E195AA

Color information

#E195AA (or 0xE195AA) is unknown color: approx Kobi. HEX triplet: E1, 95 and AA. RGB value is (225,149,170). Sum of RGB (Red+Green+Blue) = 225+149+170=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E195AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E195AA is #1E6A55. Grayscale: #AEAEAE. Windows color (decimal): -1993302 or 11179489. OLE color: 11179489.

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

Color convert

RGB225149170-
CMYK00.340.240.12
HSL343.42º55.88%73.33%-
HSV(B)343.42º33.78%88.24%-
XYZ49.0540.443.24-
YUV174.12125.68164.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=41.36%
G=27.39%
B=31.25%

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
Decimal22514917000.340.240.12343.4255.8873.33
HexE195AA02218C1573849
Octal341225252042301452770111
Binary11100001100101011010101001000101100011001010101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195AA; }

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

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

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

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

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

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

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

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