Html Css Color HEX #EE53BF Neon Pink

📋 copy color: '#EE53BF'

red 238 ◦ green 83 ◦ blue 191

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

Shades of Neon Pink #EE53BF

Tints of Neon Pink #EE53BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 46.48%
G = 16.21%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE53BF (or 0xEE53BF) is known color: Neon Pink. HEX triplet: EE, 53 and BF. RGB value is (238,83,191). Sum of RGB (Red+Green+Blue) = 238+83+191=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53BF is #11AC40. Grayscale: #8D8D8D. Windows color (decimal): -1158209 or 12538862. OLE color: 12538862.

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

Color convert

RGB 238 83 191 -
CMYK 0 0.65 0.20 0.07
HSL 318.19º 0.82% 0.63% -
HSV(B) 318.19º 0.65% 0.93% -
XYZ 47.76 28.13 52.2 -
YUV 141.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 238 83 191 0 0.65 0.20 0.07 318.19 0.82 0.63
Hex EE 53 BF 0 41 14 7 13E 52 3F
Octal 356 123 277 0 101 24 7 476 122 77
Binary 11101110 1010011 10111111 0 1000001 10100 111 100111110 1010010 111111

Color Harmonies of #EE53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE53BF

Black with #EE53BF

Text Example


Text Example

White with #EE53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE53BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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