#E09EB4

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

Shades of Kobi #E09EB4

Tints of Kobi #E09EB4

Color information

#E09EB4 (or 0xE09EB4) is unknown color: approx Kobi. HEX triplet: E0, 9E and B4. RGB value is (224,158,180). Sum of RGB (Red+Green+Blue) = 224+158+180=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EB4 is #1F614B. Grayscale: #B4B4B4. Windows color (decimal): -2056524 or 11837152. OLE color: 11837152.

HSL color Cylindrical-coordinate representation of color #E09EB4: hue angle of 340º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EB4 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224158180-
CMYK00.290.200.12
HSL340º51.56%74.9%-
HSV(B)340º29.46%87.84%-
XYZ51.2143.648.9-
YUV180.24127.87159.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=39.86%
G=28.11%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415818000.290.200.1234051.5674.9
HexE09EB401D14C154344b
Octal340236264035241452464113
Binary1110000010011110101101000111011010011001010101001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09EB4; }

 p { color: rgb(224,158,180); }

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

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

 a { background-color: rgb(224,158,180); }

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

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

 span { border-color: rgb(224,158,180); }

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