Html Css Color HEX #EE61BD Neon Pink

📋 copy color: '#EE61BD'

red 238 ◦ green 97 ◦ blue 189

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

Shades of Neon Pink #EE61BD

Tints of Neon Pink #EE61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.51%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 45.42%
G = 18.51%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE61BD (or 0xEE61BD) is known color: Neon Pink. HEX triplet: EE, 61 and BD. RGB value is (238,97,189). Sum of RGB (Red+Green+Blue) = 238+97+189=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61BD is #119E42. Grayscale: #959595. Windows color (decimal): -1154627 or 12411374. OLE color: 12411374.

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

Color convert

RGB 238 97 189 -
CMYK 0 0.59 0.21 0.07
HSL 320.85º 0.81% 0.66% -
HSV(B) 320.85º 0.59% 0.93% -
XYZ 48.72 30.4 51.44 -
YUV 149.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 238 97 189 0 0.59 0.21 0.07 320.85 0.81 0.66
Hex EE 61 BD 0 3B 15 7 141 51 42
Octal 356 141 275 0 73 25 7 501 121 102
Binary 11101110 1100001 10111101 0 111011 10101 111 101000001 1010001 1000010

Color Harmonies of #EE61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61BD

Black with #EE61BD

Text Example


Text Example

White with #EE61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61BD; }

 p { color: rgb(238,97,189); }

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

background-color css

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

 a { background-color: rgb(238,97,189); }

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

border-color css

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

 span { border-color: rgb(238,97,189); }

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