#E092BE

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

Shades of Shocking #E092BE

Tints of Shocking #E092BE

Color information

#E092BE (or 0xE092BE) is unknown color: approx Shocking. HEX triplet: E0, 92 and BE. RGB value is (224,146,190). Sum of RGB (Red+Green+Blue) = 224+146+190=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E092BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092BE is #1F6D41. Grayscale: #AEAEAE. Windows color (decimal): -2059586 or 12489440. OLE color: 12489440.

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

Color convert

RGB224146190-
CMYK00.350.150.12
HSL326.15º55.71%72.55%-
HSV(B)326.15º34.82%87.84%-
XYZ50.3140.1253.81-
YUV174.34136.84163.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=40%
G=26.07%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414619000.350.150.12326.1555.7172.55
HexE092BE023FC1463849
Octal340222276043171450670111
Binary1110000010010010101111100100011111111001010001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E092BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E092BE; }

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

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

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

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

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

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

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

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