Html Css Color HEX #ED60AC Hot Pink

📋 copy color: '#ED60AC'

red 237 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #ED60AC

Tints of Hot Pink #ED60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 46.93%
G = 19.01%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED60AC (or 0xED60AC) is known color: Hot Pink. HEX triplet: ED, 60 and AC. RGB value is (237,96,172). Sum of RGB (Red+Green+Blue) = 237+96+172=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AC is #129F53. Grayscale: #929292. Windows color (decimal): -1220436 or 11297005. OLE color: 11297005.

HSL color Cylindrical-coordinate representation of color #ED60AC: hue angle of 327.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60AC is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 172 -
CMYK 0 0.59 0.27 0.07
HSL 327.66º 0.8% 0.65% -
HSV(B) 327.66º 0.59% 0.93% -
XYZ 46.55 29.35 42.24 -
YUV 146.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 237 96 172 0 0.59 0.27 0.07 327.66 0.8 0.65
Hex ED 60 AC 0 3B 1B 7 148 50 41
Octal 355 140 254 0 73 33 7 510 120 101
Binary 11101101 1100000 10101100 0 111011 11011 111 101001000 1010000 1000001

Color Harmonies of #ED60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60AC

Black with #ED60AC

Text Example


Text Example

White with #ED60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60AC; }

 p { color: rgb(237,96,172); }

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

background-color css

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

 a { background-color: rgb(237,96,172); }

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

border-color css

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

 span { border-color: rgb(237,96,172); }

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