Html Css Color HEX #EC76CD Neon Pink

📋 copy color: '#EC76CD'

red 236 ◦ green 118 ◦ blue 205

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

Shades of Neon Pink #EC76CD

Tints of Neon Pink #EC76CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 42.22%
G = 21.11%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC76CD (or 0xEC76CD) is known color: Neon Pink. HEX triplet: EC, 76 and CD. RGB value is (236,118,205). Sum of RGB (Red+Green+Blue) = 236+118+205=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76CD is #138932. Grayscale: #A2A2A2. Windows color (decimal): -1280307 or 13465324. OLE color: 13465324.

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

Color convert

RGB 236 118 205 -
CMYK 0 0.5 0.13 0.07
HSL 315.76º 0.76% 0.69% -
HSV(B) 315.76º 0.5% 0.93% -
XYZ 52.09 35.2 61.81 -
YUV 163.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 236 118 205 0 0.5 0.13 0.07 315.76 0.76 0.69
Hex EC 76 CD 0 32 D 7 13C 4C 45
Octal 354 166 315 0 62 15 7 474 114 105
Binary 11101100 1110110 11001101 0 110010 1101 111 100111100 1001100 1000101

Color Harmonies of #EC76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76CD

Black with #EC76CD

Text Example


Text Example

White with #EC76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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