Html Css Color HEX #EC00BC Shocking Pink

📋 copy color: '#EC00BC'

red 236 ◦ green 0 ◦ blue 188

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

Shades of Shocking Pink #EC00BC

Tints of Shocking Pink #EC00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.66%
G = 0%
B = 44.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC00BC (or 0xEC00BC) is known color: Shocking Pink. HEX triplet: EC, 00 and BC. RGB value is (236,0,188). Sum of RGB (Red+Green+Blue) = 236+0+188=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00BC is #13FF43. Grayscale: #5B5B5B. Windows color (decimal): -1310532 or 12321004. OLE color: 12321004.

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

Color convert

RGB 236 0 188 -
CMYK 0 1 0.20 0.07
HSL 312.2º 1% 0.46% -
HSV(B) 312.2º 1% 0.93% -
XYZ 43.67 21.46 49.42 -
YUV 92 182.19 230.71 -
System Red Green Blue C M Y K H S L
Decimal 236 0 188 0 1 0.20 0.07 312.2 1 0.46
Hex EC 0 BC 0 64 14 7 138 64 2E
Octal 354 0 274 0 144 24 7 470 144 56
Binary 11101100 0 10111100 0 1100100 10100 111 100111000 1100100 101110

Color Harmonies of #EC00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00BC

Black with #EC00BC

Text Example


Text Example

White with #EC00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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