#EC93B8

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

Shades of Shocking #EC93B8

Tints of Shocking #EC93B8

Color information

#EC93B8 (or 0xEC93B8) is unknown color: approx Shocking. HEX triplet: EC, 93 and B8. RGB value is (236,147,184). Sum of RGB (Red+Green+Blue) = 236+147+184=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93B8 is #136C47. Grayscale: #B1B1B1. Windows color (decimal): -1272904 or 12096492. OLE color: 12096492.

HSL color Cylindrical-coordinate representation of color #EC93B8: hue angle of 335.06º 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 #EC93B8 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236147184-
CMYK00.380.220.07
HSL335.06º70.08%75.1%-
HSV(B)335.06º37.71%92.55%-
XYZ53.6842.1650.66-
YUV177.83131.49169.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 184 (72.27% from 255) = 32.45%
R=41.62%
G=25.93%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614718400.380.220.07335.0670.0875.1
HexEC93B802616714f464b
Octal354223270046267517106113
Binary11101100100100111011100001001101011011110100111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC93B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC93B8; }

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

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

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

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

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

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

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

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