Html Css Color HEX #EE52BA Hot Pink

📋 copy color: '#EE52BA'

red 238 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #EE52BA

Tints of Hot Pink #EE52BA

RGB

 RED value IS 238 (93.36% from 255) = 47.04%

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

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

R = 47.04%
G = 16.21%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE52BA (or 0xEE52BA) is known color: Hot Pink. HEX triplet: EE, 52 and BA. RGB value is (238,82,186). Sum of RGB (Red+Green+Blue) = 238+82+186=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52BA is #11AD45. Grayscale: #8C8C8C. Windows color (decimal): -1158470 or 12210926. OLE color: 12210926.

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

Color convert

RGB 238 82 186 -
CMYK 0 0.66 0.22 0.07
HSL 320º 0.82% 0.63% -
HSV(B) 320º 0.66% 0.93% -
XYZ 47.14 27.76 49.33 -
YUV 140.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 238 82 186 0 0.66 0.22 0.07 320 0.82 0.63
Hex EE 52 BA 0 42 16 7 140 52 3F
Octal 356 122 272 0 102 26 7 500 122 77
Binary 11101110 1010010 10111010 0 1000010 10110 111 101000000 1010010 111111

Color Harmonies of #EE52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE52BA

Black with #EE52BA

Text Example


Text Example

White with #EE52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE52BA; }

 p { color: rgb(238,82,186); }

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

background-color css

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

 a { background-color: rgb(238,82,186); }

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

border-color css

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

 span { border-color: rgb(238,82,186); }

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