#ED70CD

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

Shades of Neon Pink #ED70CD

Tints of Neon Pink #ED70CD

Color information

#ED70CD (or 0xED70CD) is unknown color: approx Neon Pink. HEX triplet: ED, 70 and CD. RGB value is (237,112,205). Sum of RGB (Red+Green+Blue) = 237+112+205=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70CD is #128F32. Grayscale: #9F9F9F. Windows color (decimal): -1216307 or 13463789. OLE color: 13463789.

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

Color convert

RGB237112205-
CMYK00.530.140.07
HSL315.36º77.64%68.43%-
HSV(B)315.36º52.74%92.94%-
XYZ51.743461.59-
YUV159.98153.41182.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 112 (44.14% from 255) = 20.22%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=42.78%
G=20.22%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711220500.530.140.07315.3677.6468.43
HexED70CD035E713b4e44
Octal355160315065167473116104
Binary111011011110000110011010110101111011110011101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70CD; }

 p { color: rgb(237,112,205); }

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

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

 a { background-color: rgb(237,112,205); }

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

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

 span { border-color: rgb(237,112,205); }

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