Html Css Color HEX #ED60AB Hot Pink

📋 copy color: '#ED60AB'

red 237 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #ED60AB

Tints of Hot Pink #ED60AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 47.02%
G = 19.05%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED60AB (or 0xED60AB) is known color: Hot Pink. HEX triplet: ED, 60 and AB. RGB value is (237,96,171). Sum of RGB (Red+Green+Blue) = 237+96+171=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AB is #129F54. Grayscale: #929292. Windows color (decimal): -1220437 or 11231469. OLE color: 11231469.

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

Color convert

RGB 237 96 171 -
CMYK 0 0.59 0.28 0.07
HSL 328.09º 0.8% 0.65% -
HSV(B) 328.09º 0.59% 0.93% -
XYZ 46.46 29.31 41.74 -
YUV 146.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 237 96 171 0 0.59 0.28 0.07 328.09 0.8 0.65
Hex ED 60 AB 0 3B 1C 7 148 50 41
Octal 355 140 253 0 73 34 7 510 120 101
Binary 11101101 1100000 10101011 0 111011 11100 111 101001000 1010000 1000001

Color Harmonies of #ED60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60AB

Black with #ED60AB

Text Example


Text Example

White with #ED60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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