#E095B3

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

Shades of Kobi #E095B3

Tints of Kobi #E095B3

Color information

#E095B3 (or 0xE095B3) is unknown color: approx Kobi. HEX triplet: E0, 95 and B3. RGB value is (224,149,179). Sum of RGB (Red+Green+Blue) = 224+149+179=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095B3 is #1F6A4C. Grayscale: #AEAEAE. Windows color (decimal): -2058829 or 11769312. OLE color: 11769312.

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

Color convert

RGB224149179-
CMYK00.330.200.12
HSL336º54.74%73.14%-
HSV(B)336º33.48%87.84%-
XYZ49.6240.647.87-
YUV174.84130.35163.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=40.58%
G=26.99%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414917900.330.200.1233654.7473.14
HexE095B302114C1503749
Octal340225263041241452067111
Binary11100000100101011011001101000011010011001010100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095B3; }

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

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

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

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

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

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

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

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