Html Css Color HEX #E065AD Hot Pink

📋 copy color: '#E065AD'

red 224 ◦ green 101 ◦ blue 173

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

Shades of Hot Pink #E065AD

Tints of Hot Pink #E065AD

RGB

 RED value IS 224 (87.89% from 255) = 44.98%

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

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

R = 44.98%
G = 20.28%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E065AD (or 0xE065AD) is known color: Hot Pink. HEX triplet: E0, 65 and AD. RGB value is (224,101,173). Sum of RGB (Red+Green+Blue) = 224+101+173=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E065AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065AD is #1F9A52. Grayscale: #919191. Windows color (decimal): -2071123 or 11363808. OLE color: 11363808.

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

Color convert

RGB 224 101 173 -
CMYK 0 0.55 0.23 0.12
HSL 324.88º 0.66% 0.64% -
HSV(B) 324.88º 0.55% 0.88% -
XYZ 42.94 28.17 42.71 -
YUV 145.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 224 101 173 0 0.55 0.23 0.12 324.88 0.66 0.64
Hex E0 65 AD 0 37 17 C 145 42 40
Octal 340 145 255 0 67 27 14 505 102 100
Binary 11100000 1100101 10101101 0 110111 10111 1100 101000101 1000010 1000000

Color Harmonies of #E065AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065AD

Black with #E065AD

Text Example


Text Example

White with #E065AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065AD; }

 p { color: rgb(224,101,173); }

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

background-color css

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

 a { background-color: rgb(224,101,173); }

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

border-color css

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

 span { border-color: rgb(224,101,173); }

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