Html Css Color HEX #ED70C2 Neon Pink

📋 copy color: '#ED70C2'

red 237 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #ED70C2

Tints of Neon Pink #ED70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 43.65%
G = 20.63%
B = 35.73%

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

#ED70C2 (or 0xED70C2) is known color: Neon Pink. HEX triplet: ED, 70 and C2. RGB value is (237,112,194). Sum of RGB (Red+Green+Blue) = 237+112+194=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70C2 is #128F3D. Grayscale: #9E9E9E. Windows color (decimal): -1216318 or 12742893. OLE color: 12742893.

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

Color convert

RGB 237 112 194 -
CMYK 0 0.53 0.18 0.07
HSL 320.64º 0.78% 0.68% -
HSV(B) 320.64º 0.53% 0.93% -
XYZ 50.46 33.49 54.84 -
YUV 158.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 237 112 194 0 0.53 0.18 0.07 320.64 0.78 0.68
Hex ED 70 C2 0 35 12 7 141 4E 44
Octal 355 160 302 0 65 22 7 501 116 104
Binary 11101101 1110000 11000010 0 110101 10010 111 101000001 1001110 1000100

Color Harmonies of #ED70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED70C2

Black with #ED70C2

Text Example


Text Example

White with #ED70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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