#E095AA

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

Shades of Kobi #E095AA

Tints of Kobi #E095AA

Color information

#E095AA (or 0xE095AA) is unknown color: approx Kobi. HEX triplet: E0, 95 and AA. RGB value is (224,149,170). Sum of RGB (Red+Green+Blue) = 224+149+170=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E095AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E095AA is #1F6A55. Grayscale: #ADADAD. Windows color (decimal): -2058838 or 11179488. OLE color: 11179488.

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

Color convert

RGB224149170-
CMYK00.330.240.12
HSL343.2º54.74%73.14%-
HSV(B)343.2º33.48%87.84%-
XYZ48.7440.2443.23-
YUV173.82125.85163.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=41.25%
G=27.44%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414917000.330.240.12343.254.7473.14
HexE095AA02118C1573749
Octal340225252041301452767111
Binary11100000100101011010101001000011100011001010101111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095AA; }

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

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

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

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

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

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

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

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