Html Css Color HEX #E066AD Hot Pink

📋 copy color: '#E066AD'

red 224 ◦ green 102 ◦ blue 173

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

Shades of Hot Pink #E066AD

Tints of Hot Pink #E066AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.44%

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

R = 44.89%
G = 20.44%
B = 34.67%

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

#E066AD (or 0xE066AD) is known color: Hot Pink. HEX triplet: E0, 66 and AD. RGB value is (224,102,173). Sum of RGB (Red+Green+Blue) = 224+102+173=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E066AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066AD is #1F9952. Grayscale: #929292. Windows color (decimal): -2070867 or 11364064. OLE color: 11364064.

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

Color convert

RGB 224 102 173 -
CMYK 0 0.54 0.23 0.12
HSL 325.08º 0.66% 0.64% -
HSV(B) 325.08º 0.54% 0.88% -
XYZ 43.03 28.37 42.74 -
YUV 146.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 224 102 173 0 0.54 0.23 0.12 325.08 0.66 0.64
Hex E0 66 AD 0 36 17 C 145 42 40
Octal 340 146 255 0 66 27 14 505 102 100
Binary 11100000 1100110 10101101 0 110110 10111 1100 101000101 1000010 1000000

Color Harmonies of #E066AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066AD

Black with #E066AD

Text Example


Text Example

White with #E066AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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