#E09FB4

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

Shades of Kobi #E09FB4

Tints of Kobi #E09FB4

Color information

#E09FB4 (or 0xE09FB4) is unknown color: approx Kobi. HEX triplet: E0, 9F and B4. RGB value is (224,159,180). Sum of RGB (Red+Green+Blue) = 224+159+180=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FB4 is #1F604B. Grayscale: #B4B4B4. Windows color (decimal): -2056268 or 11837408. OLE color: 11837408.

HSL color Cylindrical-coordinate representation of color #E09FB4: hue angle of 340.62º degrees, saturation: 0.51, 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 #E09FB4 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224159180-
CMYK00.290.200.12
HSL340.62º51.18%75.1%-
HSV(B)340.62º29.02%87.84%-
XYZ51.3843.9448.95-
YUV180.83127.53158.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=39.79%
G=28.24%
B=31.97%

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
Decimal22415918000.290.200.12340.6251.1875.1
HexE09FB401D14C155334b
Octal340237264035241452563113
Binary1110000010011111101101000111011010011001010101011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FB4; }

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

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

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

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

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

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

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

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