Html Css Color HEX #E069AD Hot Pink

📋 copy color: '#E069AD'

red 224 ◦ green 105 ◦ blue 173

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

Shades of Hot Pink #E069AD

Tints of Hot Pink #E069AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

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

R = 44.62%
G = 20.92%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E069AD (or 0xE069AD) is known color: Hot Pink. HEX triplet: E0, 69 and AD. RGB value is (224,105,173). Sum of RGB (Red+Green+Blue) = 224+105+173=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E069AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069AD is #1F9652. Grayscale: #949494. Windows color (decimal): -2070099 or 11364832. OLE color: 11364832.

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

Color convert

RGB 224 105 173 -
CMYK 0 0.53 0.23 0.12
HSL 325.71º 0.66% 0.65% -
HSV(B) 325.71º 0.53% 0.88% -
XYZ 43.33 28.97 42.84 -
YUV 148.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 224 105 173 0 0.53 0.23 0.12 325.71 0.66 0.65
Hex E0 69 AD 0 35 17 C 146 42 41
Octal 340 151 255 0 65 27 14 506 102 101
Binary 11100000 1101001 10101101 0 110101 10111 1100 101000110 1000010 1000001

Color Harmonies of #E069AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E069AD

Black with #E069AD

Text Example


Text Example

White with #E069AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E069AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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