Html Css Color HEX #EE64BC Neon Pink

📋 copy color: '#EE64BC'

red 238 ◦ green 100 ◦ blue 188

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

Shades of Neon Pink #EE64BC

Tints of Neon Pink #EE64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

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

R = 45.25%
G = 19.01%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE64BC (or 0xEE64BC) is known color: Neon Pink. HEX triplet: EE, 64 and BC. RGB value is (238,100,188). Sum of RGB (Red+Green+Blue) = 238+100+188=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE64BC is #119B43. Grayscale: #979797. Windows color (decimal): -1153860 or 12346606. OLE color: 12346606.

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

Color convert

RGB 238 100 188 -
CMYK 0 0.58 0.21 0.07
HSL 321.74º 0.8% 0.66% -
HSV(B) 321.74º 0.58% 0.93% -
XYZ 48.89 30.92 50.97 -
YUV 151.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 238 100 188 0 0.58 0.21 0.07 321.74 0.8 0.66
Hex EE 64 BC 0 3A 15 7 142 50 42
Octal 356 144 274 0 72 25 7 502 120 102
Binary 11101110 1100100 10111100 0 111010 10101 111 101000010 1010000 1000010

Color Harmonies of #EE64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE64BC

Black with #EE64BC

Text Example


Text Example

White with #EE64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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