Html Css Color HEX #ED52BC Hot Pink

📋 copy color: '#ED52BC'

red 237 ◦ green 82 ◦ blue 188

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

Shades of Hot Pink #ED52BC

Tints of Hot Pink #ED52BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 46.75%
G = 16.17%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED52BC (or 0xED52BC) is known color: Hot Pink. HEX triplet: ED, 52 and BC. RGB value is (237,82,188). Sum of RGB (Red+Green+Blue) = 237+82+188=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52BC is #12AD43. Grayscale: #8C8C8C. Windows color (decimal): -1224004 or 12341997. OLE color: 12341997.

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

Color convert

RGB 237 82 188 -
CMYK 0 0.65 0.21 0.07
HSL 318.97º 0.81% 0.63% -
HSV(B) 318.97º 0.65% 0.93% -
XYZ 47.02 27.67 50.44 -
YUV 140.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 237 82 188 0 0.65 0.21 0.07 318.97 0.81 0.63
Hex ED 52 BC 0 41 15 7 13F 51 3F
Octal 355 122 274 0 101 25 7 477 121 77
Binary 11101101 1010010 10111100 0 1000001 10101 111 100111111 1010001 111111

Color Harmonies of #ED52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52BC

Black with #ED52BC

Text Example


Text Example

White with #ED52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52BC; }

 p { color: rgb(237,82,188); }

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

background-color css

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

 a { background-color: rgb(237,82,188); }

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

border-color css

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

 span { border-color: rgb(237,82,188); }

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