Html Css Color HEX #EC0AC9 Shocking Pink

📋 copy color: '#EC0AC9'

red 236 ◦ green 10 ◦ blue 201

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

Shades of Shocking Pink #EC0AC9

Tints of Shocking Pink #EC0AC9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 52.8%
G = 2.24%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC0AC9 (or 0xEC0AC9) is known color: Shocking Pink. HEX triplet: EC, 0A and C9. RGB value is (236,10,201). Sum of RGB (Red+Green+Blue) = 236+10+201=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AC9 is #13F536. Grayscale: #626262. Windows color (decimal): -1307959 or 13175532. OLE color: 13175532.

HSL color Cylindrical-coordinate representation of color #EC0AC9: hue angle of 309.29º degrees, saturation: 0.92, 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 #EC0AC9 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 201 -
CMYK 0 0.96 0.15 0.07
HSL 309.29º 0.92% 0.48% -
HSV(B) 309.29º 0.96% 0.93% -
XYZ 45.24 22.27 57.17 -
YUV 99.35 185.37 225.47 -
System Red Green Blue C M Y K H S L
Decimal 236 10 201 0 0.96 0.15 0.07 309.29 0.92 0.48
Hex EC A C9 0 60 F 7 135 5C 30
Octal 354 12 311 0 140 17 7 465 134 60
Binary 11101100 1010 11001001 0 1100000 1111 111 100110101 1011100 110000

Color Harmonies of #EC0AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AC9

Black with #EC0AC9

Text Example


Text Example

White with #EC0AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AC9; }

 p { color: rgb(236,10,201); }

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

background-color css

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

 a { background-color: rgb(236,10,201); }

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

border-color css

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

 span { border-color: rgb(236,10,201); }

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