Html Css Color HEX #E079AD Persian Pink

📋 copy color: '#E079AD'

red 224 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #E079AD

Tints of Persian Pink #E079AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.36%

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

R = 43.24%
G = 23.36%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E079AD (or 0xE079AD) is known color: Persian Pink. HEX triplet: E0, 79 and AD. RGB value is (224,121,173). Sum of RGB (Red+Green+Blue) = 224+121+173=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E079AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E079AD is #1F8652. Grayscale: #9D9D9D. Windows color (decimal): -2066003 or 11368928. OLE color: 11368928.

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

Color convert

RGB 224 121 173 -
CMYK 0 0.46 0.23 0.12
HSL 329.71º 0.62% 0.68% -
HSV(B) 329.71º 0.46% 0.88% -
XYZ 45.12 32.54 43.44 -
YUV 157.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 224 121 173 0 0.46 0.23 0.12 329.71 0.62 0.68
Hex E0 79 AD 0 2E 17 C 14A 3E 44
Octal 340 171 255 0 56 27 14 512 76 104
Binary 11100000 1111001 10101101 0 101110 10111 1100 101001010 111110 1000100

Color Harmonies of #E079AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079AD

Black with #E079AD

Text Example


Text Example

White with #E079AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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