Html Css Color HEX #EE65AA Hot Pink

📋 copy color: '#EE65AA'

red 238 ◦ green 101 ◦ blue 170

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

Shades of Hot Pink #EE65AA

Tints of Hot Pink #EE65AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.84%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 46.76%
G = 19.84%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE65AA (or 0xEE65AA) is known color: Hot Pink. HEX triplet: EE, 65 and AA. RGB value is (238,101,170). Sum of RGB (Red+Green+Blue) = 238+101+170=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65AA is #119A55. Grayscale: #959595. Windows color (decimal): -1153622 or 11167214. OLE color: 11167214.

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

Color convert

RGB 238 101 170 -
CMYK 0 0.58 0.29 0.07
HSL 329.78º 0.8% 0.66% -
HSV(B) 329.78º 0.58% 0.93% -
XYZ 47.17 30.39 41.41 -
YUV 149.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 238 101 170 0 0.58 0.29 0.07 329.78 0.8 0.66
Hex EE 65 AA 0 3A 1D 7 14A 50 42
Octal 356 145 252 0 72 35 7 512 120 102
Binary 11101110 1100101 10101010 0 111010 11101 111 101001010 1010000 1000010

Color Harmonies of #EE65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65AA

Black with #EE65AA

Text Example


Text Example

White with #EE65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65AA; }

 p { color: rgb(238,101,170); }

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

background-color css

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

 a { background-color: rgb(238,101,170); }

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

border-color css

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

 span { border-color: rgb(238,101,170); }

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