#E095B0

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

Shades of Kobi #E095B0

Tints of Kobi #E095B0

Color information

#E095B0 (or 0xE095B0) is unknown color: approx Kobi. HEX triplet: E0, 95 and B0. RGB value is (224,149,176). Sum of RGB (Red+Green+Blue) = 224+149+176=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095B0 is #1F6A4F. Grayscale: #AEAEAE. Windows color (decimal): -2058832 or 11572704. OLE color: 11572704.

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

Color convert

RGB224149176-
CMYK00.330.210.12
HSL338.4º54.74%73.14%-
HSV(B)338.4º33.48%87.84%-
XYZ49.3240.4846.29-
YUV174.5128.85163.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=40.80%
G=27.14%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414917600.330.210.12338.454.7473.14
HexE095B002115C1523749
Octal340225260041251452267111
Binary11100000100101011011000001000011010111001010100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095B0; }

 p { color: rgb(224,149,176); }

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

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

 a { background-color: rgb(224,149,176); }

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

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

 span { border-color: rgb(224,149,176); }

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