Html Css Color HEX #EC0BB9 Shocking Pink

📋 copy color: '#EC0BB9'

red 236 ◦ green 11 ◦ blue 185

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

Shades of Shocking Pink #EC0BB9

Tints of Shocking Pink #EC0BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 54.63%
G = 2.55%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC0BB9 (or 0xEC0BB9) is known color: Shocking Pink. HEX triplet: EC, 0B and B9. RGB value is (236,11,185). Sum of RGB (Red+Green+Blue) = 236+11+185=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BB9 is #13F446. Grayscale: #616161. Windows color (decimal): -1307719 or 12127212. OLE color: 12127212.

HSL color Cylindrical-coordinate representation of color #EC0BB9: hue angle of 313.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 11 185 -
CMYK 0 0.95 0.22 0.07
HSL 313.6º 0.91% 0.48% -
HSV(B) 313.6º 0.95% 0.93% -
XYZ 43.47 21.57 47.77 -
YUV 98.11 177.04 226.35 -
System Red Green Blue C M Y K H S L
Decimal 236 11 185 0 0.95 0.22 0.07 313.6 0.91 0.48
Hex EC B B9 0 5F 16 7 13A 5B 30
Octal 354 13 271 0 137 26 7 472 133 60
Binary 11101100 1011 10111001 0 1011111 10110 111 100111010 1011011 110000

Color Harmonies of #EC0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0BB9

Black with #EC0BB9

Text Example


Text Example

White with #EC0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0BB9; }

 p { color: rgb(236,11,185); }

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

background-color css

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

 a { background-color: rgb(236,11,185); }

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

border-color css

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

 span { border-color: rgb(236,11,185); }

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