Html Css Color HEX #ED60AD Hot Pink

📋 copy color: '#ED60AD'

red 237 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #ED60AD

Tints of Hot Pink #ED60AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 46.84%
G = 18.97%
B = 34.19%

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

#ED60AD (or 0xED60AD) is known color: Hot Pink. HEX triplet: ED, 60 and AD. RGB value is (237,96,173). Sum of RGB (Red+Green+Blue) = 237+96+173=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AD is #129F52. Grayscale: #929292. Windows color (decimal): -1220435 or 11362541. OLE color: 11362541.

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

Color convert

RGB 237 96 173 -
CMYK 0 0.59 0.27 0.07
HSL 327.23º 0.8% 0.65% -
HSV(B) 327.23º 0.59% 0.93% -
XYZ 46.65 29.39 42.75 -
YUV 146.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 237 96 173 0 0.59 0.27 0.07 327.23 0.8 0.65
Hex ED 60 AD 0 3B 1B 7 147 50 41
Octal 355 140 255 0 73 33 7 507 120 101
Binary 11101101 1100000 10101101 0 111011 11011 111 101000111 1010000 1000001

Color Harmonies of #ED60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60AD

Black with #ED60AD

Text Example


Text Example

White with #ED60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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