#E098AE

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

Shades of Kobi #E098AE

Tints of Kobi #E098AE

Color information

#E098AE (or 0xE098AE) is unknown color: approx Kobi. HEX triplet: E0, 98 and AE. RGB value is (224,152,174). Sum of RGB (Red+Green+Blue) = 224+152+174=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E098AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E098AE is #1F6751. Grayscale: #B0B0B0. Windows color (decimal): -2058066 or 11442400. OLE color: 11442400.

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

Color convert

RGB224152174-
CMYK00.320.220.12
HSL341.67º53.73%73.73%-
HSV(B)341.67º32.14%87.84%-
XYZ49.6141.3645.41-
YUV176.04126.85162.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=40.73%
G=27.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415217400.320.220.12341.6753.7373.73
HexE098AE02016C156364a
Octal340230256040261452666112
Binary11100000100110001010111001000001011011001010101101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098AE; }

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

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

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

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

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

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

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

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