Html Css Color HEX #EC06BC Shocking Pink

📋 copy color: '#EC06BC'

red 236 ◦ green 6 ◦ blue 188

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

Shades of Shocking Pink #EC06BC

Tints of Shocking Pink #EC06BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 54.88%
G = 1.4%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC06BC (or 0xEC06BC) is known color: Shocking Pink. HEX triplet: EC, 06 and BC. RGB value is (236,6,188). Sum of RGB (Red+Green+Blue) = 236+6+188=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06BC is #13F943. Grayscale: #5F5F5F. Windows color (decimal): -1308996 or 12322540. OLE color: 12322540.

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

Color convert

RGB 236 6 188 -
CMYK 0 0.97 0.20 0.07
HSL 312.52º 0.95% 0.47% -
HSV(B) 312.52º 0.97% 0.93% -
XYZ 43.73 21.59 49.44 -
YUV 95.52 180.2 228.2 -
System Red Green Blue C M Y K H S L
Decimal 236 6 188 0 0.97 0.20 0.07 312.52 0.95 0.47
Hex EC 6 BC 0 61 14 7 139 5F 2F
Octal 354 6 274 0 141 24 7 471 137 57
Binary 11101100 110 10111100 0 1100001 10100 111 100111001 1011111 101111

Color Harmonies of #EC06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06BC

Black with #EC06BC

Text Example


Text Example

White with #EC06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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