Html Css Color HEX #EE55BC Hot Pink

📋 copy color: '#EE55BC'

red 238 ◦ green 85 ◦ blue 188

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

Shades of Hot Pink #EE55BC

Tints of Hot Pink #EE55BC

RGB

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

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

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

R = 46.58%
G = 16.63%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE55BC (or 0xEE55BC) is known color: Hot Pink. HEX triplet: EE, 55 and BC. RGB value is (238,85,188). Sum of RGB (Red+Green+Blue) = 238+85+188=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55BC is #11AA43. Grayscale: #8E8E8E. Windows color (decimal): -1157700 or 12342766. OLE color: 12342766.

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

Color convert

RGB 238 85 188 -
CMYK 0 0.64 0.21 0.07
HSL 319.61º 0.82% 0.63% -
HSV(B) 319.61º 0.64% 0.93% -
XYZ 47.59 28.3 50.53 -
YUV 142.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 238 85 188 0 0.64 0.21 0.07 319.61 0.82 0.63
Hex EE 55 BC 0 40 15 7 140 52 3F
Octal 356 125 274 0 100 25 7 500 122 77
Binary 11101110 1010101 10111100 0 1000000 10101 111 101000000 1010010 111111

Color Harmonies of #EE55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55BC

Black with #EE55BC

Text Example


Text Example

White with #EE55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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