Html Css Color HEX #E073AD Persian Pink

📋 copy color: '#E073AD'

red 224 ◦ green 115 ◦ blue 173

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

Shades of Persian Pink #E073AD

Tints of Persian Pink #E073AD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

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

R = 43.75%
G = 22.46%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E073AD (or 0xE073AD) is known color: Persian Pink. HEX triplet: E0, 73 and AD. RGB value is (224,115,173). Sum of RGB (Red+Green+Blue) = 224+115+173=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AD is #1F8C52. Grayscale: #9A9A9A. Windows color (decimal): -2067539 or 11367392. OLE color: 11367392.

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

Color convert

RGB 224 115 173 -
CMYK 0 0.49 0.23 0.12
HSL 328.07º 0.64% 0.66% -
HSV(B) 328.07º 0.49% 0.88% -
XYZ 44.41 31.13 43.2 -
YUV 154.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 224 115 173 0 0.49 0.23 0.12 328.07 0.64 0.66
Hex E0 73 AD 0 31 17 C 148 40 42
Octal 340 163 255 0 61 27 14 510 100 102
Binary 11100000 1110011 10101101 0 110001 10111 1100 101001000 1000000 1000010

Color Harmonies of #E073AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073AD

Black with #E073AD

Text Example


Text Example

White with #E073AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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