Html Css Color HEX #EC96BC Shocking

📋 copy color: '#EC96BC'

red 236 ◦ green 150 ◦ blue 188

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

Shades of Shocking #EC96BC

Tints of Shocking #EC96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 41.11%
G = 26.13%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC96BC (or 0xEC96BC) is known color: Shocking. HEX triplet: EC, 96 and BC. RGB value is (236,150,188). Sum of RGB (Red+Green+Blue) = 236+150+188=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BC is #136943. Grayscale: #B3B3B3. Windows color (decimal): -1272132 or 12359404. OLE color: 12359404.

HSL color Cylindrical-coordinate representation of color #EC96BC: hue angle of 333.49º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96BC is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 188 -
CMYK 0 0.36 0.20 0.07
HSL 333.49º 0.69% 0.76% -
HSV(B) 333.49º 0.36% 0.93% -
XYZ 54.58 43.28 53.05 -
YUV 180.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 236 150 188 0 0.36 0.20 0.07 333.49 0.69 0.76
Hex EC 96 BC 0 24 14 7 14D 45 4C
Octal 354 226 274 0 44 24 7 515 105 114
Binary 11101100 10010110 10111100 0 100100 10100 111 101001101 1000101 1001100

Color Harmonies of #EC96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96BC

Black with #EC96BC

Text Example


Text Example

White with #EC96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96BC; }

 p { color: rgb(236,150,188); }

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

background-color css

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

 a { background-color: rgb(236,150,188); }

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

border-color css

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

 span { border-color: rgb(236,150,188); }

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