#E090B8

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

Shades of Shocking #E090B8

Tints of Shocking #E090B8

Color information

#E090B8 (or 0xE090B8) is unknown color: approx Shocking. HEX triplet: E0, 90 and B8. RGB value is (224,144,184). Sum of RGB (Red+Green+Blue) = 224+144+184=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B8 is #1F6F47. Grayscale: #ACACAC. Windows color (decimal): -2060104 or 12095712. OLE color: 12095712.

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

Color convert

RGB224144184-
CMYK00.360.180.12
HSL330º56.34%72.16%-
HSV(B)330º35.71%87.84%-
XYZ49.3739.2550.32-
YUV172.48134.5164.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=40.58%
G=26.09%
B=33.33%

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
Decimal22414418400.360.180.1233056.3472.16
HexE090B802412C14a3848
Octal340220270044221451270110
Binary11100000100100001011100001001001001011001010010101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090B8; }

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

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

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

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

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

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

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

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