Html Css Color HEX #ED70C3 Neon Pink

📋 copy color: '#ED70C3'

red 237 ◦ green 112 ◦ blue 195

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

Shades of Neon Pink #ED70C3

Tints of Neon Pink #ED70C3

RGB

 RED value IS 237 (92.97% from 255) = 43.57%

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

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 43.57%
G = 20.59%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED70C3 (or 0xED70C3) is known color: Neon Pink. HEX triplet: ED, 70 and C3. RGB value is (237,112,195). Sum of RGB (Red+Green+Blue) = 237+112+195=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70C3 is #128F3C. Grayscale: #9E9E9E. Windows color (decimal): -1216317 or 12808429. OLE color: 12808429.

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

Color convert

RGB 237 112 195 -
CMYK 0 0.53 0.18 0.07
HSL 320.16º 0.78% 0.68% -
HSV(B) 320.16º 0.53% 0.93% -
XYZ 50.57 33.53 55.44 -
YUV 158.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 237 112 195 0 0.53 0.18 0.07 320.16 0.78 0.68
Hex ED 70 C3 0 35 12 7 140 4E 44
Octal 355 160 303 0 65 22 7 500 116 104
Binary 11101101 1110000 11000011 0 110101 10010 111 101000000 1001110 1000100

Color Harmonies of #ED70C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70C3

Black with #ED70C3

Text Example


Text Example

White with #ED70C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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