#E090BA

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

Shades of Shocking #E090BA

Tints of Shocking #E090BA

Color information

#E090BA (or 0xE090BA) is unknown color: approx Shocking. HEX triplet: E0, 90 and BA. RGB value is (224,144,186). Sum of RGB (Red+Green+Blue) = 224+144+186=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E090BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090BA is #1F6F45. Grayscale: #ACACAC. Windows color (decimal): -2060102 or 12226784. OLE color: 12226784.

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

Color convert

RGB224144186-
CMYK00.360.170.12
HSL328.5º56.34%72.16%-
HSV(B)328.5º35.71%87.84%-
XYZ49.5839.3451.43-
YUV172.71135.5164.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=40.43%
G=25.99%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414418600.360.170.12328.556.3472.16
HexE090BA02411C1483848
Octal340220272044211451070110
Binary11100000100100001011101001001001000111001010010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090BA; }

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

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

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

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

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

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

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

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