#E090B7

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

Shades of Shocking #E090B7

Tints of Shocking #E090B7

Color information

#E090B7 (or 0xE090B7) is unknown color: approx Shocking. HEX triplet: E0, 90 and B7. RGB value is (224,144,183). Sum of RGB (Red+Green+Blue) = 224+144+183=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B7 is #1F6F48. Grayscale: #ACACAC. Windows color (decimal): -2060105 or 12030176. OLE color: 12030176.

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

Color convert

RGB224144183-
CMYK00.360.180.12
HSL330.75º56.34%72.16%-
HSV(B)330.75º35.71%87.84%-
XYZ49.2639.2149.77-
YUV172.37134164.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=40.65%
G=26.13%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414418300.360.180.12330.7556.3472.16
HexE090B702412C14b3848
Octal340220267044221451370110
Binary11100000100100001011011101001001001011001010010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090B7; }

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

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

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

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

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

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

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

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