#E090BC

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

Shades of Shocking #E090BC

Tints of Shocking #E090BC

Color information

#E090BC (or 0xE090BC) is unknown color: approx Shocking. HEX triplet: E0, 90 and BC. RGB value is (224,144,188). Sum of RGB (Red+Green+Blue) = 224+144+188=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E090BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090BC is #1F6F43. Grayscale: #ACACAC. Windows color (decimal): -2060100 or 12357856. OLE color: 12357856.

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

Color convert

RGB224144188-
CMYK00.360.160.12
HSL327º56.34%72.16%-
HSV(B)327º35.71%87.84%-
XYZ49.7939.4252.56-
YUV172.94136.5164.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=40.29%
G=25.90%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414418800.360.160.1232756.3472.16
HexE090BC02410C1473848
Octal340220274044201450770110
Binary11100000100100001011110001001001000011001010001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090BC; }

 p { color: rgb(224,144,188); }

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

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

 a { background-color: rgb(224,144,188); }

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

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

 span { border-color: rgb(224,144,188); }

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