#E097AF

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

Shades of Kobi #E097AF

Tints of Kobi #E097AF

Color information

#E097AF (or 0xE097AF) is unknown color: approx Kobi. HEX triplet: E0, 97 and AF. RGB value is (224,151,175). Sum of RGB (Red+Green+Blue) = 224+151+175=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E097AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E097AF is #1F6850. Grayscale: #AFAFAF. Windows color (decimal): -2058321 or 11507680. OLE color: 11507680.

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

Color convert

RGB224151175-
CMYK00.330.220.12
HSL340.27º54.07%73.53%-
HSV(B)340.27º32.59%87.84%-
XYZ49.5441.0845.87-
YUV175.56127.68162.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=40.73%
G=27.45%
B=31.82%

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
Decimal22415117500.330.220.12340.2754.0773.53
HexE097AF02116C154364a
Octal340227257041261452466112
Binary11100000100101111010111101000011011011001010101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097AF; }

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

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

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

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

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

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

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

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