Html Css Color HEX #E073AE Persian Pink

📋 copy color: '#E073AE'

red 224 ◦ green 115 ◦ blue 174

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

Shades of Persian Pink #E073AE

Tints of Persian Pink #E073AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.92%

R = 43.66%
G = 22.42%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E073AE (or 0xE073AE) is known color: Persian Pink. HEX triplet: E0, 73 and AE. RGB value is (224,115,174). Sum of RGB (Red+Green+Blue) = 224+115+174=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E073AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E073AE is #1F8C51. Grayscale: #9A9A9A. Windows color (decimal): -2067538 or 11432928. OLE color: 11432928.

HSL color Cylindrical-coordinate representation of color #E073AE: hue angle of 327.52º 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 #E073AE is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 174 -
CMYK 0 0.49 0.22 0.12
HSL 327.52º 0.64% 0.66% -
HSV(B) 327.52º 0.49% 0.88% -
XYZ 44.51 31.16 43.71 -
YUV 154.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 224 115 174 0 0.49 0.22 0.12 327.52 0.64 0.66
Hex E0 73 AE 0 31 16 C 148 40 42
Octal 340 163 256 0 61 26 14 510 100 102
Binary 11100000 1110011 10101110 0 110001 10110 1100 101001000 1000000 1000010

Color Harmonies of #E073AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073AE

Black with #E073AE

Text Example


Text Example

White with #E073AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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