Html Css Color HEX #ED61BA Hot Pink

📋 copy color: '#ED61BA'

red 237 ◦ green 97 ◦ blue 186

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

Shades of Hot Pink #ED61BA

Tints of Hot Pink #ED61BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 45.58%
G = 18.65%
B = 35.77%

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

#ED61BA (or 0xED61BA) is known color: Hot Pink. HEX triplet: ED, 61 and BA. RGB value is (237,97,186). Sum of RGB (Red+Green+Blue) = 237+97+186=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61BA is #129E45. Grayscale: #949494. Windows color (decimal): -1220166 or 12214765. OLE color: 12214765.

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

Color convert

RGB 237 97 186 -
CMYK 0 0.59 0.22 0.07
HSL 321.86º 0.8% 0.65% -
HSV(B) 321.86º 0.59% 0.93% -
XYZ 48.06 30.1 49.73 -
YUV 149.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 237 97 186 0 0.59 0.22 0.07 321.86 0.8 0.65
Hex ED 61 BA 0 3B 16 7 142 50 41
Octal 355 141 272 0 73 26 7 502 120 101
Binary 11101101 1100001 10111010 0 111011 10110 111 101000010 1010000 1000001

Color Harmonies of #ED61BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED61BA

Black with #ED61BA

Text Example


Text Example

White with #ED61BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED61BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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