Html Css Color HEX #E165AC Hot Pink

📋 copy color: '#E165AC'

red 225 ◦ green 101 ◦ blue 172

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

Shades of Hot Pink #E165AC

Tints of Hot Pink #E165AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 45.18%
G = 20.28%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E165AC (or 0xE165AC) is known color: Hot Pink. HEX triplet: E1, 65 and AC. RGB value is (225,101,172). Sum of RGB (Red+Green+Blue) = 225+101+172=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E165AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165AC is #1E9A53. Grayscale: #929292. Windows color (decimal): -2005588 or 11298273. OLE color: 11298273.

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

Color convert

RGB 225 101 172 -
CMYK 0 0.55 0.24 0.12
HSL 325.65º 0.67% 0.64% -
HSV(B) 325.65º 0.55% 0.88% -
XYZ 43.15 28.29 42.22 -
YUV 146.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 225 101 172 0 0.55 0.24 0.12 325.65 0.67 0.64
Hex E1 65 AC 0 37 18 C 146 43 40
Octal 341 145 254 0 67 30 14 506 103 100
Binary 11100001 1100101 10101100 0 110111 11000 1100 101000110 1000011 1000000

Color Harmonies of #E165AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165AC

Black with #E165AC

Text Example


Text Example

White with #E165AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165AC; }

 p { color: rgb(225,101,172); }

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

background-color css

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

 a { background-color: rgb(225,101,172); }

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

border-color css

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

 span { border-color: rgb(225,101,172); }

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