Html Css Color HEX #EC00BF Shocking Pink

📋 copy color: '#EC00BF'

red 236 ◦ green 0 ◦ blue 191

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

Shades of Shocking Pink #EC00BF

Tints of Shocking Pink #EC00BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 55.27%
G = 0%
B = 44.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC00BF (or 0xEC00BF) is known color: Shocking Pink. HEX triplet: EC, 00 and BF. RGB value is (236,0,191). Sum of RGB (Red+Green+Blue) = 236+0+191=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00BF is #13FF40. Grayscale: #5B5B5B. Windows color (decimal): -1310529 or 12517612. OLE color: 12517612.

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

Color convert

RGB 236 0 191 -
CMYK 0 1 0.19 0.07
HSL 311.44º 1% 0.46% -
HSV(B) 311.44º 1% 0.93% -
XYZ 44 21.59 51.14 -
YUV 92.34 183.69 230.47 -
System Red Green Blue C M Y K H S L
Decimal 236 0 191 0 1 0.19 0.07 311.44 1 0.46
Hex EC 0 BF 0 64 13 7 137 64 2E
Octal 354 0 277 0 144 23 7 467 144 56
Binary 11101100 0 10111111 0 1100100 10011 111 100110111 1100100 101110

Color Harmonies of #EC00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00BF

Black with #EC00BF

Text Example


Text Example

White with #EC00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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