Html Css Color HEX #EC74C5 Neon Pink

📋 copy color: '#EC74C5'

red 236 ◦ green 116 ◦ blue 197

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

Shades of Neon Pink #EC74C5

Tints of Neon Pink #EC74C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 42.99%
G = 21.13%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC74C5 (or 0xEC74C5) is known color: Neon Pink. HEX triplet: EC, 74 and C5. RGB value is (236,116,197). Sum of RGB (Red+Green+Blue) = 236+116+197=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74C5 is #138B3A. Grayscale: #A0A0A0. Windows color (decimal): -1280827 or 12940524. OLE color: 12940524.

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

Color convert

RGB 236 116 197 -
CMYK 0 0.51 0.17 0.07
HSL 319.5º 0.76% 0.69% -
HSV(B) 319.5º 0.51% 0.93% -
XYZ 50.92 34.35 56.77 -
YUV 161.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 236 116 197 0 0.51 0.17 0.07 319.5 0.76 0.69
Hex EC 74 C5 0 33 11 7 140 4C 45
Octal 354 164 305 0 63 21 7 500 114 105
Binary 11101100 1110100 11000101 0 110011 10001 111 101000000 1001100 1000101

Color Harmonies of #EC74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74C5

Black with #EC74C5

Text Example


Text Example

White with #EC74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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