Html Css Color HEX #EC70CC Neon Pink

📋 copy color: '#EC70CC'

red 236 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #EC70CC

Tints of Neon Pink #EC70CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 42.75%
G = 20.29%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC70CC (or 0xEC70CC) is known color: Neon Pink. HEX triplet: EC, 70 and CC. RGB value is (236,112,204). Sum of RGB (Red+Green+Blue) = 236+112+204=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CC is #138F33. Grayscale: #9F9F9F. Windows color (decimal): -1281844 or 13398252. OLE color: 13398252.

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

Color convert

RGB 236 112 204 -
CMYK 0 0.53 0.14 0.07
HSL 315.48º 0.77% 0.68% -
HSV(B) 315.48º 0.53% 0.93% -
XYZ 51.29 33.78 60.94 -
YUV 159.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 236 112 204 0 0.53 0.14 0.07 315.48 0.77 0.68
Hex EC 70 CC 0 35 E 7 13B 4D 44
Octal 354 160 314 0 65 16 7 473 115 104
Binary 11101100 1110000 11001100 0 110101 1110 111 100111011 1001101 1000100

Color Harmonies of #EC70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70CC

Black with #EC70CC

Text Example


Text Example

White with #EC70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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