#E092BA

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

Shades of Shocking #E092BA

Tints of Shocking #E092BA

Color information

#E092BA (or 0xE092BA) is unknown color: approx Shocking. HEX triplet: E0, 92 and BA. RGB value is (224,146,186). Sum of RGB (Red+Green+Blue) = 224+146+186=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E092BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092BA is #1F6D45. Grayscale: #ADADAD. Windows color (decimal): -2059590 or 12227296. OLE color: 12227296.

HSL color Cylindrical-coordinate representation of color #E092BA: hue angle of 329.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092BA is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224146186-
CMYK00.350.170.12
HSL329.23º55.71%72.55%-
HSV(B)329.23º34.82%87.84%-
XYZ49.8839.9551.54-
YUV173.88134.84163.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=40.29%
G=26.26%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414618600.350.170.12329.2355.7172.55
HexE092BA02311C1493849
Octal340222272043211451170111
Binary11100000100100101011101001000111000111001010010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092BA; }

 p { color: rgb(224,146,186); }

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

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

 a { background-color: rgb(224,146,186); }

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

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

 span { border-color: rgb(224,146,186); }

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