Html Css Color HEX #EC71CE Neon Pink

📋 copy color: '#EC71CE'

red 236 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #EC71CE

Tints of Neon Pink #EC71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 42.52%
G = 20.36%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC71CE (or 0xEC71CE) is known color: Neon Pink. HEX triplet: EC, 71 and CE. RGB value is (236,113,206). Sum of RGB (Red+Green+Blue) = 236+113+206=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71CE is #138E31. Grayscale: #A0A0A0. Windows color (decimal): -1281586 or 13529580. OLE color: 13529580.

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

Color convert

RGB 236 113 206 -
CMYK 0 0.52 0.13 0.07
HSL 314.63º 0.76% 0.68% -
HSV(B) 314.63º 0.52% 0.93% -
XYZ 51.64 34.1 62.25 -
YUV 160.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 236 113 206 0 0.52 0.13 0.07 314.63 0.76 0.68
Hex EC 71 CE 0 34 D 7 13B 4C 44
Octal 354 161 316 0 64 15 7 473 114 104
Binary 11101100 1110001 11001110 0 110100 1101 111 100111011 1001100 1000100

Color Harmonies of #EC71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71CE

Black with #EC71CE

Text Example


Text Example

White with #EC71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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