#EC70BF

Color #EC70BF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EC70BF

Tints of Neon Pink #EC70BF

Color information

#EC70BF (or 0xEC70BF) is unknown color: approx Neon Pink. HEX triplet: EC, 70 and BF. RGB value is (236,112,191). Sum of RGB (Red+Green+Blue) = 236+112+191=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70BF is #138F40. Grayscale: #9D9D9D. Windows color (decimal): -1281857 or 12546284. OLE color: 12546284.

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

Color convert

RGB236112191-
CMYK00.530.190.07
HSL321.77º76.54%68.24%-
HSV(B)321.77º52.54%92.55%-
XYZ49.7933.1853.07-
YUV158.08146.58183.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 191 (75% from 255) = 35.44%
R=43.78%
G=20.78%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611219100.530.190.07321.7776.5468.24
HexEC70BF0351371424d44
Octal354160277065237502115104
Binary1110110011100001011111101101011001111110100001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70BF; }

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

 H1.HeaderClassName
 {
   color: #EC70BF;
 }
 .AnyTagClassName
 {
   color: #EC70BF;
 }
</style>
background-color css

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

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

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

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

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

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