#e090bd

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

Shades of Shocking #E090BD

Tints of Shocking #E090BD

Color information

#E090BD (or 0xE090BD) is unknown color: approx Shocking. HEX triplet: E0, 90 and BD. RGB value is (224,144,189). Sum of RGB (Red+Green+Blue) = 224+144+189=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E090BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090BD is #1F6F42. Grayscale: #ACACAC. Windows color (decimal): -2060099 or 12423392. OLE color: 12423392.

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

Color convert

RGB224144189-
CMYK00.360.160.12
HSL326.25º56.34%72.16%-
HSV(B)326.25º35.71%87.84%-
XYZ49.939.4753.13-
YUV173.05137164.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=40.22%
G=25.85%
B=33.93%

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
Decimal22414418900.360.160.12326.2556.3472.16
HexE090BD02410C1463848
Octal340220275044201450670110
Binary11100000100100001011110101001001000011001010001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e090bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e090bd; }

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

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

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

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

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

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

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

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