#E097AE

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

Shades of Kobi #E097AE

Tints of Kobi #E097AE

Color information

#E097AE (or 0xE097AE) is unknown color: approx Kobi. HEX triplet: E0, 97 and AE. RGB value is (224,151,174). Sum of RGB (Red+Green+Blue) = 224+151+174=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AE is #1F6851. Grayscale: #AFAFAF. Windows color (decimal): -2058322 or 11442144. OLE color: 11442144.

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

Color convert

RGB224151174-
CMYK00.330.220.12
HSL341.1º54.07%73.53%-
HSV(B)341.1º32.59%87.84%-
XYZ49.4541.0445.36-
YUV175.45127.18162.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=40.80%
G=27.50%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415117400.330.220.12341.154.0773.53
HexE097AE02116C155364a
Octal340227256041261452566112
Binary11100000100101111010111001000011011011001010101011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097AE; }

 p { color: rgb(224,151,174); }

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

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

 a { background-color: rgb(224,151,174); }

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

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

 span { border-color: rgb(224,151,174); }

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