Html Css Color HEX #EC52BB Hot Pink

📋 copy color: '#EC52BB'

red 236 ◦ green 82 ◦ blue 187

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

Shades of Hot Pink #EC52BB

Tints of Hot Pink #EC52BB

RGB

 RED value IS 236 (92.58% from 255) = 46.73%

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

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

R = 46.73%
G = 16.24%
B = 37.03%

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

#EC52BB (or 0xEC52BB) is known color: Hot Pink. HEX triplet: EC, 52 and BB. RGB value is (236,82,187). Sum of RGB (Red+Green+Blue) = 236+82+187=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52BB is #13AD44. Grayscale: #8B8B8B. Windows color (decimal): -1289541 or 12276460. OLE color: 12276460.

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

Color convert

RGB 236 82 187 -
CMYK 0 0.65 0.21 0.07
HSL 319.09º 0.8% 0.62% -
HSV(B) 319.09º 0.65% 0.93% -
XYZ 46.58 27.46 49.86 -
YUV 140.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 236 82 187 0 0.65 0.21 0.07 319.09 0.8 0.62
Hex EC 52 BB 0 41 15 7 13F 50 3E
Octal 354 122 273 0 101 25 7 477 120 76
Binary 11101100 1010010 10111011 0 1000001 10101 111 100111111 1010000 111110

Color Harmonies of #EC52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52BB

Black with #EC52BB

Text Example


Text Example

White with #EC52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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