#E09FBD

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

Shades of Shocking #E09FBD

Tints of Shocking #E09FBD

Color information

#E09FBD (or 0xE09FBD) is unknown color: approx Shocking. HEX triplet: E0, 9F and BD. RGB value is (224,159,189). Sum of RGB (Red+Green+Blue) = 224+159+189=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FBD is #1F6042. Grayscale: #B5B5B5. Windows color (decimal): -2056259 or 12427232. OLE color: 12427232.

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

Color convert

RGB224159189-
CMYK00.290.160.12
HSL332.31º51.18%75.1%-
HSV(B)332.31º29.02%87.84%-
XYZ52.3244.3253.94-
YUV181.86132.03158.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=39.16%
G=27.80%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415918900.290.160.12332.3151.1875.1
HexE09FBD01D10C14c334b
Octal340237275035201451463113
Binary1110000010011111101111010111011000011001010011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FBD; }

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

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

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

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

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

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

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

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