Html Css Color HEX #EC15B6 Shocking Pink

📋 copy color: '#EC15B6'

red 236 ◦ green 21 ◦ blue 182

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

Shades of Shocking Pink #EC15B6

Tints of Shocking Pink #EC15B6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.78%

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 53.76%
G = 4.78%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC15B6 (or 0xEC15B6) is known color: Shocking Pink. HEX triplet: EC, 15 and B6. RGB value is (236,21,182). Sum of RGB (Red+Green+Blue) = 236+21+182=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15B6 is #13EA49. Grayscale: #676767. Windows color (decimal): -1305162 or 11933164. OLE color: 11933164.

HSL color Cylindrical-coordinate representation of color #EC15B6: hue angle of 315.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15B6 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 21 182 -
CMYK 0 0.91 0.23 0.07
HSL 315.07º 0.85% 0.5% -
HSV(B) 315.07º 0.91% 0.93% -
XYZ 43.3 21.75 46.17 -
YUV 103.64 172.23 222.41 -
System Red Green Blue C M Y K H S L
Decimal 236 21 182 0 0.91 0.23 0.07 315.07 0.85 0.5
Hex EC 15 B6 0 5B 17 7 13B 55 32
Octal 354 25 266 0 133 27 7 473 125 62
Binary 11101100 10101 10110110 0 1011011 10111 111 100111011 1010101 110010

Color Harmonies of #EC15B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15B6

Black with #EC15B6

Text Example


Text Example

White with #EC15B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15B6; }

 p { color: rgb(236,21,182); }

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

background-color css

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

 a { background-color: rgb(236,21,182); }

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

border-color css

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

 span { border-color: rgb(236,21,182); }

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