Html Css Color HEX #ED72CC Neon Pink

📋 copy color: '#ED72CC'

red 237 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #ED72CC

Tints of Neon Pink #ED72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.54%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 42.7%
G = 20.54%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED72CC (or 0xED72CC) is known color: Neon Pink. HEX triplet: ED, 72 and CC. RGB value is (237,114,204). Sum of RGB (Red+Green+Blue) = 237+114+204=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED72CC is #128D33. Grayscale: #A0A0A0. Windows color (decimal): -1215796 or 13398765. OLE color: 13398765.

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

Color convert

RGB 237 114 204 -
CMYK 0 0.52 0.14 0.07
HSL 316.1º 0.77% 0.69% -
HSV(B) 316.1º 0.52% 0.93% -
XYZ 51.84 34.4 61.03 -
YUV 161.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 237 114 204 0 0.52 0.14 0.07 316.1 0.77 0.69
Hex ED 72 CC 0 34 E 7 13C 4D 45
Octal 355 162 314 0 64 16 7 474 115 105
Binary 11101101 1110010 11001100 0 110100 1110 111 100111100 1001101 1000101

Color Harmonies of #ED72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72CC

Black with #ED72CC

Text Example


Text Example

White with #ED72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72CC; }

 p { color: rgb(237,114,204); }

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

background-color css

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

 a { background-color: rgb(237,114,204); }

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

border-color css

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

 span { border-color: rgb(237,114,204); }

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