Html Css Color HEX #ED60BA Hot Pink

📋 copy color: '#ED60BA'

red 237 ◦ green 96 ◦ blue 186

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

Shades of Hot Pink #ED60BA

Tints of Hot Pink #ED60BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 45.66%
G = 18.5%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED60BA (or 0xED60BA) is known color: Hot Pink. HEX triplet: ED, 60 and BA. RGB value is (237,96,186). Sum of RGB (Red+Green+Blue) = 237+96+186=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60BA is #129F45. Grayscale: #949494. Windows color (decimal): -1220422 or 12214509. OLE color: 12214509.

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

Color convert

RGB 237 96 186 -
CMYK 0 0.59 0.22 0.07
HSL 321.7º 0.8% 0.65% -
HSV(B) 321.7º 0.59% 0.93% -
XYZ 47.97 29.92 49.7 -
YUV 148.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 237 96 186 0 0.59 0.22 0.07 321.7 0.8 0.65
Hex ED 60 BA 0 3B 16 7 142 50 41
Octal 355 140 272 0 73 26 7 502 120 101
Binary 11101101 1100000 10111010 0 111011 10110 111 101000010 1010000 1000001

Color Harmonies of #ED60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED60BA

Black with #ED60BA

Text Example


Text Example

White with #ED60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED60BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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