#E093CB

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

Shades of Shocking #E093CB

Tints of Shocking #E093CB

Color information

#E093CB (or 0xE093CB) is unknown color: approx Shocking. HEX triplet: E0, 93 and CB. RGB value is (224,147,203). Sum of RGB (Red+Green+Blue) = 224+147+203=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E093CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093CB is #1F6C34. Grayscale: #B0B0B0. Windows color (decimal): -2059317 or 13341664. OLE color: 13341664.

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

Color convert

RGB224147203-
CMYK00.340.090.12
HSL316.36º55.4%72.75%-
HSV(B)316.36º34.38%87.84%-
XYZ51.9541.0361.68-
YUV176.41143.01161.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=39.02%
G=25.61%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414720300.340.090.12316.3655.472.75
HexE093CB0229C13c3749
Octal340223313042111447467111
Binary1110000010010011110010110100010100111001001111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E093CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E093CB; }

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

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

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

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

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

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

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

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