Html Css Color HEX #EC74CA Neon Pink

📋 copy color: '#EC74CA'

red 236 ◦ green 116 ◦ blue 202

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

Shades of Neon Pink #EC74CA

Tints of Neon Pink #EC74CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 42.6%
G = 20.94%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC74CA (or 0xEC74CA) is known color: Neon Pink. HEX triplet: EC, 74 and CA. RGB value is (236,116,202). Sum of RGB (Red+Green+Blue) = 236+116+202=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74CA is #138B35. Grayscale: #A1A1A1. Windows color (decimal): -1280822 or 13268204. OLE color: 13268204.

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

Color convert

RGB 236 116 202 -
CMYK 0 0.51 0.14 0.07
HSL 317º 0.76% 0.69% -
HSV(B) 317º 0.51% 0.93% -
XYZ 51.5 34.59 59.84 -
YUV 161.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 236 116 202 0 0.51 0.14 0.07 317 0.76 0.69
Hex EC 74 CA 0 33 E 7 13D 4C 45
Octal 354 164 312 0 63 16 7 475 114 105
Binary 11101100 1110100 11001010 0 110011 1110 111 100111101 1001100 1000101

Color Harmonies of #EC74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74CA

Black with #EC74CA

Text Example


Text Example

White with #EC74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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