Html Css Color HEX #E164AB Hot Pink

📋 copy color: '#E164AB'

red 225 ◦ green 100 ◦ blue 171

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

Shades of Hot Pink #E164AB

Tints of Hot Pink #E164AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 45.36%
G = 20.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E164AB (or 0xE164AB) is known color: Hot Pink. HEX triplet: E1, 64 and AB. RGB value is (225,100,171). Sum of RGB (Red+Green+Blue) = 225+100+171=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E164AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164AB is #1E9B54. Grayscale: #919191. Windows color (decimal): -2005845 or 11232481. OLE color: 11232481.

HSL color Cylindrical-coordinate representation of color #E164AB: hue angle of 325.92º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164AB is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 171 -
CMYK 0 0.56 0.24 0.12
HSL 325.92º 0.68% 0.64% -
HSV(B) 325.92º 0.56% 0.88% -
XYZ 42.96 28.06 41.68 -
YUV 145.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 225 100 171 0 0.56 0.24 0.12 325.92 0.68 0.64
Hex E1 64 AB 0 38 18 C 146 44 40
Octal 341 144 253 0 70 30 14 506 104 100
Binary 11100001 1100100 10101011 0 111000 11000 1100 101000110 1000100 1000000

Color Harmonies of #E164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164AB

Black with #E164AB

Text Example


Text Example

White with #E164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164AB; }

 p { color: rgb(225,100,171); }

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

background-color css

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

 a { background-color: rgb(225,100,171); }

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

border-color css

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

 span { border-color: rgb(225,100,171); }

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