Html Css Color HEX #EC71CA Neon Pink

📋 copy color: '#EC71CA'

red 236 ◦ green 113 ◦ blue 202

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

Shades of Neon Pink #EC71CA

Tints of Neon Pink #EC71CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.51%

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

R = 42.83%
G = 20.51%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC71CA (or 0xEC71CA) is known color: Neon Pink. HEX triplet: EC, 71 and CA. RGB value is (236,113,202). Sum of RGB (Red+Green+Blue) = 236+113+202=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71CA is #138E35. Grayscale: #9F9F9F. Windows color (decimal): -1281590 or 13267436. OLE color: 13267436.

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

Color convert

RGB 236 113 202 -
CMYK 0 0.52 0.14 0.07
HSL 316.59º 0.76% 0.68% -
HSV(B) 316.59º 0.52% 0.93% -
XYZ 51.16 33.91 59.73 -
YUV 159.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 236 113 202 0 0.52 0.14 0.07 316.59 0.76 0.68
Hex EC 71 CA 0 34 E 7 13D 4C 44
Octal 354 161 312 0 64 16 7 475 114 104
Binary 11101100 1110001 11001010 0 110100 1110 111 100111101 1001100 1000100

Color Harmonies of #EC71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71CA

Black with #EC71CA

Text Example


Text Example

White with #EC71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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