Html Css Color HEX #EC96BD Shocking

📋 copy color: '#EC96BD'

red 236 ◦ green 150 ◦ blue 189

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

Shades of Shocking #EC96BD

Tints of Shocking #EC96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 41.04%
G = 26.09%
B = 32.87%

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

#EC96BD (or 0xEC96BD) is known color: Shocking. HEX triplet: EC, 96 and BD. RGB value is (236,150,189). Sum of RGB (Red+Green+Blue) = 236+150+189=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96BD is #136942. Grayscale: #B4B4B4. Windows color (decimal): -1272131 or 12424940. OLE color: 12424940.

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

Color convert

RGB 236 150 189 -
CMYK 0 0.36 0.20 0.07
HSL 332.79º 0.69% 0.76% -
HSV(B) 332.79º 0.36% 0.93% -
XYZ 54.68 43.32 53.62 -
YUV 180.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 236 150 189 0 0.36 0.20 0.07 332.79 0.69 0.76
Hex EC 96 BD 0 24 14 7 14D 45 4C
Octal 354 226 275 0 44 24 7 515 105 114
Binary 11101100 10010110 10111101 0 100100 10100 111 101001101 1000101 1001100

Color Harmonies of #EC96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC96BD

Black with #EC96BD

Text Example


Text Example

White with #EC96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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