Html Css Color HEX #EE55BA Hot Pink

📋 copy color: '#EE55BA'

red 238 ◦ green 85 ◦ blue 186

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

Shades of Hot Pink #EE55BA

Tints of Hot Pink #EE55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.7%

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

R = 46.76%
G = 16.7%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EE55BA (or 0xEE55BA) is known color: Hot Pink. HEX triplet: EE, 55 and BA. RGB value is (238,85,186). Sum of RGB (Red+Green+Blue) = 238+85+186=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55BA is #11AA45. Grayscale: #8E8E8E. Windows color (decimal): -1157702 or 12211694. OLE color: 12211694.

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

Color convert

RGB 238 85 186 -
CMYK 0 0.64 0.22 0.07
HSL 320.39º 0.82% 0.63% -
HSV(B) 320.39º 0.64% 0.93% -
XYZ 47.37 28.22 49.4 -
YUV 142.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 238 85 186 0 0.64 0.22 0.07 320.39 0.82 0.63
Hex EE 55 BA 0 40 16 7 140 52 3F
Octal 356 125 272 0 100 26 7 500 122 77
Binary 11101110 1010101 10111010 0 1000000 10110 111 101000000 1010010 111111

Color Harmonies of #EE55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55BA

Black with #EE55BA

Text Example


Text Example

White with #EE55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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