Html Css Color HEX #EE64B6 Hot Pink

📋 copy color: '#EE64B6'

red 238 ◦ green 100 ◦ blue 182

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

Shades of Hot Pink #EE64B6

Tints of Hot Pink #EE64B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35%

R = 45.77%
G = 19.23%
B = 35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE64B6 (or 0xEE64B6) is known color: Hot Pink. HEX triplet: EE, 64 and B6. RGB value is (238,100,182). Sum of RGB (Red+Green+Blue) = 238+100+182=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE64B6 is #119B49. Grayscale: #969696. Windows color (decimal): -1153866 or 11953390. OLE color: 11953390.

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

Color convert

RGB 238 100 182 -
CMYK 0 0.58 0.24 0.07
HSL 324.35º 0.8% 0.66% -
HSV(B) 324.35º 0.58% 0.93% -
XYZ 48.26 30.67 47.63 -
YUV 150.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 238 100 182 0 0.58 0.24 0.07 324.35 0.8 0.66
Hex EE 64 B6 0 3A 18 7 144 50 42
Octal 356 144 266 0 72 30 7 504 120 102
Binary 11101110 1100100 10110110 0 111010 11000 111 101000100 1010000 1000010

Color Harmonies of #EE64B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE64B6

Black with #EE64B6

Text Example


Text Example

White with #EE64B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE64B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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