Html Css Color HEX #EC0AB9 Shocking Pink

📋 copy color: '#EC0AB9'

red 236 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #EC0AB9

Tints of Shocking Pink #EC0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 54.76%
G = 2.32%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC0AB9 (or 0xEC0AB9) is known color: Shocking Pink. HEX triplet: EC, 0A and B9. RGB value is (236,10,185). Sum of RGB (Red+Green+Blue) = 236+10+185=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AB9 is #13F546. Grayscale: #616161. Windows color (decimal): -1307975 or 12126956. OLE color: 12126956.

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

Color convert

RGB 236 10 185 -
CMYK 0 0.96 0.22 0.07
HSL 313.54º 0.92% 0.48% -
HSV(B) 313.54º 0.96% 0.93% -
XYZ 43.46 21.55 47.77 -
YUV 97.52 177.37 226.77 -
System Red Green Blue C M Y K H S L
Decimal 236 10 185 0 0.96 0.22 0.07 313.54 0.92 0.48
Hex EC A B9 0 60 16 7 13A 5C 30
Octal 354 12 271 0 140 26 7 472 134 60
Binary 11101100 1010 10111001 0 1100000 10110 111 100111010 1011100 110000

Color Harmonies of #EC0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0AB9

Black with #EC0AB9

Text Example


Text Example

White with #EC0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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