Html Css Color HEX #EC71CD Neon Pink

📋 copy color: '#EC71CD'

red 236 ◦ green 113 ◦ blue 205

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

Shades of Neon Pink #EC71CD

Tints of Neon Pink #EC71CD

RGB

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

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

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

R = 42.6%
G = 20.4%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC71CD (or 0xEC71CD) is known color: Neon Pink. HEX triplet: EC, 71 and CD. RGB value is (236,113,205). Sum of RGB (Red+Green+Blue) = 236+113+205=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71CD is #138E32. Grayscale: #A0A0A0. Windows color (decimal): -1281587 or 13464044. OLE color: 13464044.

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

Color convert

RGB 236 113 205 -
CMYK 0 0.52 0.13 0.07
HSL 315.12º 0.76% 0.68% -
HSV(B) 315.12º 0.52% 0.93% -
XYZ 51.52 34.05 61.61 -
YUV 160.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 236 113 205 0 0.52 0.13 0.07 315.12 0.76 0.68
Hex EC 71 CD 0 34 D 7 13B 4C 44
Octal 354 161 315 0 64 15 7 473 114 104
Binary 11101100 1110001 11001101 0 110100 1101 111 100111011 1001100 1000100

Color Harmonies of #EC71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71CD

Black with #EC71CD

Text Example


Text Example

White with #EC71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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