Html Css Color HEX #EE55BF Neon Pink

📋 copy color: '#EE55BF'

red 238 ◦ green 85 ◦ blue 191

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

Shades of Neon Pink #EE55BF

Tints of Neon Pink #EE55BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 46.3%
G = 16.54%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE55BF (or 0xEE55BF) is known color: Neon Pink. HEX triplet: EE, 55 and BF. RGB value is (238,85,191). Sum of RGB (Red+Green+Blue) = 238+85+191=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55BF is #11AA40. Grayscale: #8E8E8E. Windows color (decimal): -1157697 or 12539374. OLE color: 12539374.

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

Color convert

RGB 238 85 191 -
CMYK 0 0.64 0.20 0.07
HSL 318.43º 0.82% 0.63% -
HSV(B) 318.43º 0.64% 0.93% -
XYZ 47.91 28.44 52.25 -
YUV 142.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 238 85 191 0 0.64 0.20 0.07 318.43 0.82 0.63
Hex EE 55 BF 0 40 14 7 13E 52 3F
Octal 356 125 277 0 100 24 7 476 122 77
Binary 11101110 1010101 10111111 0 1000000 10100 111 100111110 1010010 111111

Color Harmonies of #EE55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE55BF

Black with #EE55BF

Text Example


Text Example

White with #EE55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE55BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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