Html Css Color HEX #EC00BD Shocking Pink

📋 copy color: '#EC00BD'

red 236 ◦ green 0 ◦ blue 189

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

Shades of Shocking Pink #EC00BD

Tints of Shocking Pink #EC00BD

RGB

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

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

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

R = 55.53%
G = 0%
B = 44.47%

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

#EC00BD (or 0xEC00BD) is known color: Shocking Pink. HEX triplet: EC, 00 and BD. RGB value is (236,0,189). Sum of RGB (Red+Green+Blue) = 236+0+189=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00BD is #13FF42. Grayscale: #5B5B5B. Windows color (decimal): -1310531 or 12386540. OLE color: 12386540.

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

Color convert

RGB 236 0 189 -
CMYK 0 1 0.20 0.07
HSL 311.95º 1% 0.46% -
HSV(B) 311.95º 1% 0.93% -
XYZ 43.78 21.51 49.99 -
YUV 92.11 182.69 230.63 -
System Red Green Blue C M Y K H S L
Decimal 236 0 189 0 1 0.20 0.07 311.95 1 0.46
Hex EC 0 BD 0 64 14 7 138 64 2E
Octal 354 0 275 0 144 24 7 470 144 56
Binary 11101100 0 10111101 0 1100100 10100 111 100111000 1100100 101110

Color Harmonies of #EC00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00BD

Black with #EC00BD

Text Example


Text Example

White with #EC00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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