#E093BD

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

Shades of Shocking #E093BD

Tints of Shocking #E093BD

Color information

#E093BD (or 0xE093BD) is unknown color: approx Shocking. HEX triplet: E0, 93 and BD. RGB value is (224,147,189). Sum of RGB (Red+Green+Blue) = 224+147+189=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E093BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093BD is #1F6C42. Grayscale: #AEAEAE. Windows color (decimal): -2059331 or 12424160. OLE color: 12424160.

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

Color convert

RGB224147189-
CMYK00.340.160.12
HSL327.27º55.4%72.75%-
HSV(B)327.27º34.38%87.84%-
XYZ50.3640.3953.29-
YUV174.81136.01163.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=40%
G=26.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414718900.340.160.12327.2755.472.75
HexE093BD02210C1473749
Octal340223275042201450767111
Binary11100000100100111011110101000101000011001010001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093BD; }

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

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

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

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

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

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

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

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