Html Css Color HEX #EC74CD Neon Pink

📋 copy color: '#EC74CD'

red 236 ◦ green 116 ◦ blue 205

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

Shades of Neon Pink #EC74CD

Tints of Neon Pink #EC74CD

RGB

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

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

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

R = 42.37%
G = 20.83%
B = 36.8%

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

#EC74CD (or 0xEC74CD) is known color: Neon Pink. HEX triplet: EC, 74 and CD. RGB value is (236,116,205). Sum of RGB (Red+Green+Blue) = 236+116+205=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74CD is #138B32. Grayscale: #A1A1A1. Windows color (decimal): -1280819 or 13464812. OLE color: 13464812.

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

Color convert

RGB 236 116 205 -
CMYK 0 0.51 0.13 0.07
HSL 315.5º 0.76% 0.69% -
HSV(B) 315.5º 0.51% 0.93% -
XYZ 51.86 34.73 61.73 -
YUV 162.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 236 116 205 0 0.51 0.13 0.07 315.5 0.76 0.69
Hex EC 74 CD 0 33 D 7 13C 4C 45
Octal 354 164 315 0 63 15 7 474 114 105
Binary 11101100 1110100 11001101 0 110011 1101 111 100111100 1001100 1000101

Color Harmonies of #EC74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74CD

Black with #EC74CD

Text Example


Text Example

White with #EC74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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