Html Css Color HEX #ED52BB Hot Pink

📋 copy color: '#ED52BB'

red 237 ◦ green 82 ◦ blue 187

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

Shades of Hot Pink #ED52BB

Tints of Hot Pink #ED52BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 46.84%
G = 16.21%
B = 36.96%

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

#ED52BB (or 0xED52BB) is known color: Hot Pink. HEX triplet: ED, 52 and BB. RGB value is (237,82,187). Sum of RGB (Red+Green+Blue) = 237+82+187=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52BB is #12AD44. Grayscale: #8C8C8C. Windows color (decimal): -1224005 or 12276461. OLE color: 12276461.

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

Color convert

RGB 237 82 187 -
CMYK 0 0.65 0.21 0.07
HSL 319.35º 0.81% 0.63% -
HSV(B) 319.35º 0.65% 0.93% -
XYZ 46.91 27.63 49.87 -
YUV 140.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 237 82 187 0 0.65 0.21 0.07 319.35 0.81 0.63
Hex ED 52 BB 0 41 15 7 13F 51 3F
Octal 355 122 273 0 101 25 7 477 121 77
Binary 11101101 1010010 10111011 0 1000001 10101 111 100111111 1010001 111111

Color Harmonies of #ED52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52BB

Black with #ED52BB

Text Example


Text Example

White with #ED52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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