Html Css Color HEX #EC93CC Shocking

📋 copy color: '#EC93CC'

red 236 ◦ green 147 ◦ blue 204

#EC93CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #EC93CC

Tints of Shocking #EC93CC

RGB

 RED value IS 236 (92.58% from 255) = 40.2%

 GREEN value IS 147 (57.81% from 255) = 25.04%

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 40.2%
G = 25.04%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC93CC (or 0xEC93CC) is known color: Shocking. HEX triplet: EC, 93 and CC. RGB value is (236,147,204). Sum of RGB (Red+Green+Blue) = 236+147+204=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93CC is #136C33. Grayscale: #B3B3B3. Windows color (decimal): -1272884 or 13407212. OLE color: 13407212.

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

Color convert

RGB 236 147 204 -
CMYK 0 0.38 0.14 0.07
HSL 321.57º 0.7% 0.75% -
HSV(B) 321.57º 0.38% 0.93% -
XYZ 55.92 43.06 62.49 -
YUV 180.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 236 147 204 0 0.38 0.14 0.07 321.57 0.7 0.75
Hex EC 93 CC 0 26 E 7 142 46 4B
Octal 354 223 314 0 46 16 7 502 106 113
Binary 11101100 10010011 11001100 0 100110 1110 111 101000010 1000110 1001011

Color Harmonies of #EC93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC93CC

Black with #EC93CC

Text Example


Text Example

White with #EC93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC93CC; }

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

 H1.HeaderClassName
 {
   color: #EC93CC;
 }
 .AnyTagClassName
 {
   color: #EC93CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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