Html Css Color HEX #EC07B6 Shocking Pink

📋 copy color: '#EC07B6'

red 236 ◦ green 7 ◦ blue 182

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

Shades of Shocking Pink #EC07B6

Tints of Shocking Pink #EC07B6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

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

R = 55.53%
G = 1.65%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC07B6 (or 0xEC07B6) is known color: Shocking Pink. HEX triplet: EC, 07 and B6. RGB value is (236,7,182). Sum of RGB (Red+Green+Blue) = 236+7+182=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07B6 is #13F849. Grayscale: #5E5E5E. Windows color (decimal): -1308746 or 11929580. OLE color: 11929580.

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

Color convert

RGB 236 7 182 -
CMYK 0 0.97 0.23 0.07
HSL 314.15º 0.94% 0.48% -
HSV(B) 314.15º 0.97% 0.93% -
XYZ 43.11 21.36 46.11 -
YUV 95.42 176.87 228.27 -
System Red Green Blue C M Y K H S L
Decimal 236 7 182 0 0.97 0.23 0.07 314.15 0.94 0.48
Hex EC 7 B6 0 61 17 7 13A 5E 30
Octal 354 7 266 0 141 27 7 472 136 60
Binary 11101100 111 10110110 0 1100001 10111 111 100111010 1011110 110000

Color Harmonies of #EC07B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07B6

Black with #EC07B6

Text Example


Text Example

White with #EC07B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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