Html Css Color HEX #EC0CB2 Shocking Pink

📋 copy color: '#EC0CB2'

red 236 ◦ green 12 ◦ blue 178

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

Shades of Shocking Pink #EC0CB2

Tints of Shocking Pink #EC0CB2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

 BLUE value IS 178 (69.92% from 255) = 41.78%

R = 55.4%
G = 2.82%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC0CB2 (or 0xEC0CB2) is known color: Shocking Pink. HEX triplet: EC, 0C and B2. RGB value is (236,12,178). Sum of RGB (Red+Green+Blue) = 236+12+178=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CB2 is #13F34D. Grayscale: #616161. Windows color (decimal): -1307470 or 11668716. OLE color: 11668716.

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

Color convert

RGB 236 12 178 -
CMYK 0 0.95 0.25 0.07
HSL 315.54º 0.9% 0.49% -
HSV(B) 315.54º 0.95% 0.93% -
XYZ 42.76 21.31 43.98 -
YUV 97.9 173.21 226.5 -
System Red Green Blue C M Y K H S L
Decimal 236 12 178 0 0.95 0.25 0.07 315.54 0.9 0.49
Hex EC C B2 0 5F 19 7 13C 5A 31
Octal 354 14 262 0 137 31 7 474 132 61
Binary 11101100 1100 10110010 0 1011111 11001 111 100111100 1011010 110001

Color Harmonies of #EC0CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CB2

Black with #EC0CB2

Text Example


Text Example

White with #EC0CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CB2; }

 p { color: rgb(236,12,178); }

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

background-color css

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

 a { background-color: rgb(236,12,178); }

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

border-color css

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

 span { border-color: rgb(236,12,178); }

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