#E09AA4

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

Shades of Kobi #E09AA4

Tints of Kobi #E09AA4

Color information

#E09AA4 (or 0xE09AA4) is unknown color: approx Kobi. HEX triplet: E0, 9A and A4. RGB value is (224,154,164). Sum of RGB (Red+Green+Blue) = 224+154+164=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09AA4 is #1F655B. Grayscale: #B0B0B0. Windows color (decimal): -2057564 or 10787552. OLE color: 10787552.

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

Color convert

RGB224154164-
CMYK00.310.270.12
HSL351.43º53.03%74.12%-
HSV(B)351.43º31.25%87.84%-
XYZ4941.6440.58-
YUV176.07121.19162.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=41.33%
G=28.41%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415416400.310.270.12351.4353.0374.12
HexE09AA401F1BC15f354a
Octal340232244037331453765112
Binary1110000010011010101001000111111101111001010111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AA4; }

 p { color: rgb(224,154,164); }

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

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

 a { background-color: rgb(224,154,164); }

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

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

 span { border-color: rgb(224,154,164); }

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