Html Css Color HEX #EC73CA Neon Pink

📋 copy color: '#EC73CA'

red 236 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #EC73CA

Tints of Neon Pink #EC73CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 42.68%
G = 20.8%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC73CA (or 0xEC73CA) is known color: Neon Pink. HEX triplet: EC, 73 and CA. RGB value is (236,115,202). Sum of RGB (Red+Green+Blue) = 236+115+202=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73CA is #138C35. Grayscale: #A0A0A0. Windows color (decimal): -1281078 or 13267948. OLE color: 13267948.

HSL color Cylindrical-coordinate representation of color #EC73CA: hue angle of 316.86º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73CA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 202 -
CMYK 0 0.51 0.14 0.07
HSL 316.86º 0.76% 0.69% -
HSV(B) 316.86º 0.51% 0.93% -
XYZ 51.38 34.36 59.8 -
YUV 161.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 236 115 202 0 0.51 0.14 0.07 316.86 0.76 0.69
Hex EC 73 CA 0 33 E 7 13D 4C 45
Octal 354 163 312 0 63 16 7 475 114 105
Binary 11101100 1110011 11001010 0 110011 1110 111 100111101 1001100 1000101

Color Harmonies of #EC73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73CA

Black with #EC73CA

Text Example


Text Example

White with #EC73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73CA; }

 p { color: rgb(236,115,202); }

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

background-color css

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

 a { background-color: rgb(236,115,202); }

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

border-color css

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

 span { border-color: rgb(236,115,202); }

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