#EC70CF

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

Shades of Neon Pink #EC70CF

Tints of Neon Pink #EC70CF

Color information

#EC70CF (or 0xEC70CF) is unknown color: approx Neon Pink. HEX triplet: EC, 70 and CF. RGB value is (236,112,207). Sum of RGB (Red+Green+Blue) = 236+112+207=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CF is #138F30. Grayscale: #9F9F9F. Windows color (decimal): -1281841 or 13594860. OLE color: 13594860.

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

Color convert

RGB236112207-
CMYK00.530.120.07
HSL314.03º76.54%68.24%-
HSV(B)314.03º52.54%92.55%-
XYZ51.6533.9362.86-
YUV159.91154.58182.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 112 (44.14% from 255) = 20.18%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=42.52%
G=20.18%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611220700.530.120.07314.0376.5468.24
HexEC70CF035C713a4d44
Octal354160317065147472115104
Binary111011001110000110011110110101110011110011101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70CF; }

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

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

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

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

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

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

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

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