#E195B4

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

Shades of Kobi #E195B4

Tints of Kobi #E195B4

Color information

#E195B4 (or 0xE195B4) is unknown color: approx Kobi. HEX triplet: E1, 95 and B4. RGB value is (225,149,180). Sum of RGB (Red+Green+Blue) = 225+149+180=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195B4 is #1E6A4B. Grayscale: #AFAFAF. Windows color (decimal): -1993292 or 11834849. OLE color: 11834849.

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

Color convert

RGB225149180-
CMYK00.340.20.12
HSL335.53º55.88%73.33%-
HSV(B)335.53º33.78%88.24%-
XYZ50.0440.848.42-
YUV175.26130.68163.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=40.61%
G=26.90%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514918000.340.20.12335.5355.8873.33
HexE195B402214C1503849
Octal341225264042241452070111
Binary11100001100101011011010001000101010011001010100001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195B4; }

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

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

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

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

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

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

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

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