Html Css Color HEX #ED73CA Neon Pink

📋 copy color: '#ED73CA'

red 237 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #ED73CA

Tints of Neon Pink #ED73CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.76%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 42.78%
G = 20.76%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED73CA (or 0xED73CA) is known color: Neon Pink. HEX triplet: ED, 73 and CA. RGB value is (237,115,202). Sum of RGB (Red+Green+Blue) = 237+115+202=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73CA is #128C35. Grayscale: #A1A1A1. Windows color (decimal): -1215542 or 13267949. OLE color: 13267949.

HSL color Cylindrical-coordinate representation of color #ED73CA: hue angle of 317.21º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED73CA is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 202 -
CMYK 0 0.51 0.15 0.07
HSL 317.21º 0.77% 0.69% -
HSV(B) 317.21º 0.51% 0.93% -
XYZ 51.72 34.53 59.82 -
YUV 161.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 237 115 202 0 0.51 0.15 0.07 317.21 0.77 0.69
Hex ED 73 CA 0 33 F 7 13D 4D 45
Octal 355 163 312 0 63 17 7 475 115 105
Binary 11101101 1110011 11001010 0 110011 1111 111 100111101 1001101 1000101

Color Harmonies of #ED73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73CA

Black with #ED73CA

Text Example


Text Example

White with #ED73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73CA; }

 p { color: rgb(237,115,202); }

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

background-color css

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

 a { background-color: rgb(237,115,202); }

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

border-color css

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

 span { border-color: rgb(237,115,202); }

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