#EC93CE

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

Shades of Shocking #EC93CE

Tints of Shocking #EC93CE

Color information

#EC93CE (or 0xEC93CE) is unknown color: approx Shocking. HEX triplet: EC, 93 and CE. RGB value is (236,147,206). Sum of RGB (Red+Green+Blue) = 236+147+206=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93CE is #136C31. Grayscale: #B4B4B4. Windows color (decimal): -1272882 or 13538284. OLE color: 13538284.

HSL color Cylindrical-coordinate representation of color #EC93CE: hue angle of 320.22º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93CE is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236147206-
CMYK00.380.130.07
HSL320.22º70.08%75.1%-
HSV(B)320.22º37.71%92.55%-
XYZ56.1743.1663.76-
YUV180.34142.49167.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=40.07%
G=24.96%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614720600.380.130.07320.2270.0875.1
HexEC93CE026D7140464b
Octal354223316046157500106113
Binary1110110010010011110011100100110110111110100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93CE; }

 p { color: rgb(236,147,206); }

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

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

 a { background-color: rgb(236,147,206); }

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

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

 span { border-color: rgb(236,147,206); }

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