Html Css Color HEX #EC0FBB Shocking Pink

📋 copy color: '#EC0FBB'

red 236 ◦ green 15 ◦ blue 187

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

Shades of Shocking Pink #EC0FBB

Tints of Shocking Pink #EC0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 53.88%
G = 3.42%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC0FBB (or 0xEC0FBB) is known color: Shocking Pink. HEX triplet: EC, 0F and BB. RGB value is (236,15,187). Sum of RGB (Red+Green+Blue) = 236+15+187=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FBB is #13F044. Grayscale: #646464. Windows color (decimal): -1306693 or 12259308. OLE color: 12259308.

HSL color Cylindrical-coordinate representation of color #EC0FBB: hue angle of 313.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FBB is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 187 -
CMYK 0 0.94 0.21 0.07
HSL 313.3º 0.88% 0.49% -
HSV(B) 313.3º 0.94% 0.93% -
XYZ 43.73 21.76 48.91 -
YUV 100.69 176.72 224.51 -
System Red Green Blue C M Y K H S L
Decimal 236 15 187 0 0.94 0.21 0.07 313.3 0.88 0.49
Hex EC F BB 0 5E 15 7 139 58 31
Octal 354 17 273 0 136 25 7 471 130 61
Binary 11101100 1111 10111011 0 1011110 10101 111 100111001 1011000 110001

Color Harmonies of #EC0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FBB

Black with #EC0FBB

Text Example


Text Example

White with #EC0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FBB; }

 p { color: rgb(236,15,187); }

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

background-color css

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

 a { background-color: rgb(236,15,187); }

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

border-color css

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

 span { border-color: rgb(236,15,187); }

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