Html Css Color HEX #EE65AD Hot Pink

📋 copy color: '#EE65AD'

red 238 ◦ green 101 ◦ blue 173

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

Shades of Hot Pink #EE65AD

Tints of Hot Pink #EE65AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 46.48%
G = 19.73%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE65AD (or 0xEE65AD) is known color: Hot Pink. HEX triplet: EE, 65 and AD. RGB value is (238,101,173). Sum of RGB (Red+Green+Blue) = 238+101+173=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE65AD is #119A52. Grayscale: #969696. Windows color (decimal): -1153619 or 11363822. OLE color: 11363822.

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

Color convert

RGB 238 101 173 -
CMYK 0 0.58 0.27 0.07
HSL 328.47º 0.8% 0.66% -
HSV(B) 328.47º 0.58% 0.93% -
XYZ 47.46 30.5 42.92 -
YUV 150.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 238 101 173 0 0.58 0.27 0.07 328.47 0.8 0.66
Hex EE 65 AD 0 3A 1B 7 148 50 42
Octal 356 145 255 0 72 33 7 510 120 102
Binary 11101110 1100101 10101101 0 111010 11011 111 101001000 1010000 1000010

Color Harmonies of #EE65AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65AD

Black with #EE65AD

Text Example


Text Example

White with #EE65AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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