Html Css Color HEX #EC72CC Neon Pink

📋 copy color: '#EC72CC'

red 236 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #EC72CC

Tints of Neon Pink #EC72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.58%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 42.6%
G = 20.58%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC72CC (or 0xEC72CC) is known color: Neon Pink. HEX triplet: EC, 72 and CC. RGB value is (236,114,204). Sum of RGB (Red+Green+Blue) = 236+114+204=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72CC is #138D33. Grayscale: #A0A0A0. Windows color (decimal): -1281332 or 13398764. OLE color: 13398764.

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

Color convert

RGB 236 114 204 -
CMYK 0 0.52 0.14 0.07
HSL 315.74º 0.76% 0.69% -
HSV(B) 315.74º 0.52% 0.93% -
XYZ 51.51 34.23 61.02 -
YUV 160.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 236 114 204 0 0.52 0.14 0.07 315.74 0.76 0.69
Hex EC 72 CC 0 34 E 7 13C 4C 45
Octal 354 162 314 0 64 16 7 474 114 105
Binary 11101100 1110010 11001100 0 110100 1110 111 100111100 1001100 1000101

Color Harmonies of #EC72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72CC

Black with #EC72CC

Text Example


Text Example

White with #EC72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72CC; }

 p { color: rgb(236,114,204); }

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

background-color css

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

 a { background-color: rgb(236,114,204); }

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

border-color css

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

 span { border-color: rgb(236,114,204); }

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