Html Css Color HEX #EE68AD Hot Pink

📋 copy color: '#EE68AD'

red 238 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #EE68AD

Tints of Hot Pink #EE68AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

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

R = 46.21%
G = 20.19%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE68AD (or 0xEE68AD) is known color: Hot Pink. HEX triplet: EE, 68 and AD. RGB value is (238,104,173). Sum of RGB (Red+Green+Blue) = 238+104+173=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68AD is #119752. Grayscale: #979797. Windows color (decimal): -1152851 or 11364590. OLE color: 11364590.

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

Color convert

RGB 238 104 173 -
CMYK 0 0.56 0.27 0.07
HSL 329.1º 0.8% 0.67% -
HSV(B) 329.1º 0.56% 0.93% -
XYZ 47.75 31.09 43.02 -
YUV 151.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 238 104 173 0 0.56 0.27 0.07 329.1 0.8 0.67
Hex EE 68 AD 0 38 1B 7 149 50 43
Octal 356 150 255 0 70 33 7 511 120 103
Binary 11101110 1101000 10101101 0 111000 11011 111 101001001 1010000 1000011

Color Harmonies of #EE68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68AD

Black with #EE68AD

Text Example


Text Example

White with #EE68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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