Html Css Color HEX #EC71CC Neon Pink

📋 copy color: '#EC71CC'

red 236 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #EC71CC

Tints of Neon Pink #EC71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 42.68%
G = 20.43%
B = 36.89%

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

#EC71CC (or 0xEC71CC) is known color: Neon Pink. HEX triplet: EC, 71 and CC. RGB value is (236,113,204). Sum of RGB (Red+Green+Blue) = 236+113+204=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71CC is #138E33. Grayscale: #9F9F9F. Windows color (decimal): -1281588 or 13398508. OLE color: 13398508.

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

Color convert

RGB 236 113 204 -
CMYK 0 0.52 0.14 0.07
HSL 315.61º 0.76% 0.68% -
HSV(B) 315.61º 0.52% 0.93% -
XYZ 51.4 34 60.98 -
YUV 160.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 236 113 204 0 0.52 0.14 0.07 315.61 0.76 0.68
Hex EC 71 CC 0 34 E 7 13C 4C 44
Octal 354 161 314 0 64 16 7 474 114 104
Binary 11101100 1110001 11001100 0 110100 1110 111 100111100 1001100 1000100

Color Harmonies of #EC71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71CC

Black with #EC71CC

Text Example


Text Example

White with #EC71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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