Html Css Color HEX #EC76CC Neon Pink

📋 copy color: '#EC76CC'

red 236 ◦ green 118 ◦ blue 204

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

Shades of Neon Pink #EC76CC

Tints of Neon Pink #EC76CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

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

R = 42.29%
G = 21.15%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC76CC (or 0xEC76CC) is known color: Neon Pink. HEX triplet: EC, 76 and CC. RGB value is (236,118,204). Sum of RGB (Red+Green+Blue) = 236+118+204=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76CC is #138933. Grayscale: #A2A2A2. Windows color (decimal): -1280308 or 13399788. OLE color: 13399788.

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

Color convert

RGB 236 118 204 -
CMYK 0 0.5 0.14 0.07
HSL 316.27º 0.76% 0.69% -
HSV(B) 316.27º 0.5% 0.93% -
XYZ 51.97 35.15 61.17 -
YUV 163.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 236 118 204 0 0.5 0.14 0.07 316.27 0.76 0.69
Hex EC 76 CC 0 32 E 7 13C 4C 45
Octal 354 166 314 0 62 16 7 474 114 105
Binary 11101100 1110110 11001100 0 110010 1110 111 100111100 1001100 1000101

Color Harmonies of #EC76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76CC

Black with #EC76CC

Text Example


Text Example

White with #EC76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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