Html Css Color HEX #EC74CE Neon Pink

📋 copy color: '#EC74CE'

red 236 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #EC74CE

Tints of Neon Pink #EC74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.79%

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

R = 42.29%
G = 20.79%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC74CE (or 0xEC74CE) is known color: Neon Pink. HEX triplet: EC, 74 and CE. RGB value is (236,116,206). Sum of RGB (Red+Green+Blue) = 236+116+206=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74CE is #138B31. Grayscale: #A1A1A1. Windows color (decimal): -1280818 or 13530348. OLE color: 13530348.

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

Color convert

RGB 236 116 206 -
CMYK 0 0.51 0.13 0.07
HSL 315º 0.76% 0.69% -
HSV(B) 315º 0.51% 0.93% -
XYZ 51.98 34.78 62.37 -
YUV 162.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 236 116 206 0 0.51 0.13 0.07 315 0.76 0.69
Hex EC 74 CE 0 33 D 7 13B 4C 45
Octal 354 164 316 0 63 15 7 473 114 105
Binary 11101100 1110100 11001110 0 110011 1101 111 100111011 1001100 1000101

Color Harmonies of #EC74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74CE

Black with #EC74CE

Text Example


Text Example

White with #EC74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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