Html Css Color HEX #E168AD Hot Pink

📋 copy color: '#E168AD'

red 225 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #E168AD

Tints of Hot Pink #E168AD

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

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

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

R = 44.82%
G = 20.72%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E168AD (or 0xE168AD) is known color: Hot Pink. HEX triplet: E1, 68 and AD. RGB value is (225,104,173). Sum of RGB (Red+Green+Blue) = 225+104+173=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E168AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168AD is #1E9752. Grayscale: #939393. Windows color (decimal): -2004819 or 11364577. OLE color: 11364577.

HSL color Cylindrical-coordinate representation of color #E168AD: hue angle of 325.79º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168AD is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 173 -
CMYK 0 0.54 0.23 0.12
HSL 325.79º 0.67% 0.65% -
HSV(B) 325.79º 0.54% 0.88% -
XYZ 43.54 28.93 42.82 -
YUV 148.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 225 104 173 0 0.54 0.23 0.12 325.79 0.67 0.65
Hex E1 68 AD 0 36 17 C 146 43 41
Octal 341 150 255 0 66 27 14 506 103 101
Binary 11100001 1101000 10101101 0 110110 10111 1100 101000110 1000011 1000001

Color Harmonies of #E168AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168AD

Black with #E168AD

Text Example


Text Example

White with #E168AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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