Html Css Color HEX #EC06BA Shocking Pink

📋 copy color: '#EC06BA'

red 236 ◦ green 6 ◦ blue 186

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

Shades of Shocking Pink #EC06BA

Tints of Shocking Pink #EC06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 55.14%
G = 1.4%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC06BA (or 0xEC06BA) is known color: Shocking Pink. HEX triplet: EC, 06 and BA. RGB value is (236,6,186). Sum of RGB (Red+Green+Blue) = 236+6+186=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06BA is #13F945. Grayscale: #5E5E5E. Windows color (decimal): -1308998 or 12191468. OLE color: 12191468.

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

Color convert

RGB 236 6 186 -
CMYK 0 0.97 0.21 0.07
HSL 313.04º 0.95% 0.47% -
HSV(B) 313.04º 0.97% 0.93% -
XYZ 43.52 21.51 48.31 -
YUV 95.29 179.2 228.36 -
System Red Green Blue C M Y K H S L
Decimal 236 6 186 0 0.97 0.21 0.07 313.04 0.95 0.47
Hex EC 6 BA 0 61 15 7 139 5F 2F
Octal 354 6 272 0 141 25 7 471 137 57
Binary 11101100 110 10111010 0 1100001 10101 111 100111001 1011111 101111

Color Harmonies of #EC06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06BA

Black with #EC06BA

Text Example


Text Example

White with #EC06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06BA; }

 p { color: rgb(236,6,186); }

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

background-color css

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

 a { background-color: rgb(236,6,186); }

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

border-color css

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

 span { border-color: rgb(236,6,186); }

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