Html Css Color HEX #E165AF Hot Pink

📋 copy color: '#E165AF'

red 225 ◦ green 101 ◦ blue 175

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

Shades of Hot Pink #E165AF

Tints of Hot Pink #E165AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 44.91%
G = 20.16%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E165AF (or 0xE165AF) is known color: Hot Pink. HEX triplet: E1, 65 and AF. RGB value is (225,101,175). Sum of RGB (Red+Green+Blue) = 225+101+175=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E165AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165AF is #1E9A50. Grayscale: #929292. Windows color (decimal): -2005585 or 11494881. OLE color: 11494881.

HSL color Cylindrical-coordinate representation of color #E165AF: hue angle of 324.19º 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 #E165AF is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 175 -
CMYK 0 0.55 0.22 0.12
HSL 324.19º 0.67% 0.64% -
HSV(B) 324.19º 0.55% 0.88% -
XYZ 43.44 28.41 43.75 -
YUV 146.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 225 101 175 0 0.55 0.22 0.12 324.19 0.67 0.64
Hex E1 65 AF 0 37 16 C 144 43 40
Octal 341 145 257 0 67 26 14 504 103 100
Binary 11100001 1100101 10101111 0 110111 10110 1100 101000100 1000011 1000000

Color Harmonies of #E165AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E165AF

Black with #E165AF

Text Example


Text Example

White with #E165AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E165AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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