Html Css Color HEX #EC09BA Shocking Pink

📋 copy color: '#EC09BA'

red 236 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #EC09BA

Tints of Shocking Pink #EC09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.09%

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

R = 54.76%
G = 2.09%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC09BA (or 0xEC09BA) is known color: Shocking Pink. HEX triplet: EC, 09 and BA. RGB value is (236,9,186). Sum of RGB (Red+Green+Blue) = 236+9+186=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09BA is #13F645. Grayscale: #606060. Windows color (decimal): -1308230 or 12192236. OLE color: 12192236.

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

Color convert

RGB 236 9 186 -
CMYK 0 0.96 0.21 0.07
HSL 313.22º 0.93% 0.48% -
HSV(B) 313.22º 0.96% 0.93% -
XYZ 43.55 21.57 48.32 -
YUV 97.05 178.21 227.11 -
System Red Green Blue C M Y K H S L
Decimal 236 9 186 0 0.96 0.21 0.07 313.22 0.93 0.48
Hex EC 9 BA 0 60 15 7 139 5D 30
Octal 354 11 272 0 140 25 7 471 135 60
Binary 11101100 1001 10111010 0 1100000 10101 111 100111001 1011101 110000

Color Harmonies of #EC09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09BA

Black with #EC09BA

Text Example


Text Example

White with #EC09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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