Html Css Color HEX #EC71C2 Neon Pink

📋 copy color: '#EC71C2'

red 236 ◦ green 113 ◦ blue 194

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

Shades of Neon Pink #EC71C2

Tints of Neon Pink #EC71C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.81%

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 43.46%
G = 20.81%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC71C2 (or 0xEC71C2) is known color: Neon Pink. HEX triplet: EC, 71 and C2. RGB value is (236,113,194). Sum of RGB (Red+Green+Blue) = 236+113+194=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71C2 is #138E3D. Grayscale: #9E9E9E. Windows color (decimal): -1281598 or 12743148. OLE color: 12743148.

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

Color convert

RGB 236 113 194 -
CMYK 0 0.52 0.18 0.07
HSL 320.49º 0.76% 0.68% -
HSV(B) 320.49º 0.52% 0.93% -
XYZ 50.23 33.54 54.86 -
YUV 159.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 236 113 194 0 0.52 0.18 0.07 320.49 0.76 0.68
Hex EC 71 C2 0 34 12 7 140 4C 44
Octal 354 161 302 0 64 22 7 500 114 104
Binary 11101100 1110001 11000010 0 110100 10010 111 101000000 1001100 1000100

Color Harmonies of #EC71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71C2

Black with #EC71C2

Text Example


Text Example

White with #EC71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71C2; }

 p { color: rgb(236,113,194); }

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

background-color css

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

 a { background-color: rgb(236,113,194); }

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

border-color css

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

 span { border-color: rgb(236,113,194); }

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