#E09FBF

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

Shades of Shocking #E09FBF

Tints of Shocking #E09FBF

Color information

#E09FBF (or 0xE09FBF) is unknown color: approx Shocking. HEX triplet: E0, 9F and BF. RGB value is (224,159,191). Sum of RGB (Red+Green+Blue) = 224+159+191=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FBF is #1F6040. Grayscale: #B6B6B6. Windows color (decimal): -2056257 or 12558304. OLE color: 12558304.

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

Color convert

RGB224159191-
CMYK00.290.150.12
HSL330.46º51.18%75.1%-
HSV(B)330.46º29.02%87.84%-
XYZ52.5444.4155.09-
YUV182.08133.03157.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 191 (75% from 255) = 33.28%
R=39.02%
G=27.70%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415919100.290.150.12330.4651.1875.1
HexE09FBF01DFC14a334b
Octal340237277035171451263113
Binary111000001001111110111111011101111111001010010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FBF; }

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

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

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

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

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

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

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

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