Html Css Color HEX #E070AE Persian Pink

📋 copy color: '#E070AE'

red 224 ◦ green 112 ◦ blue 174

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

Shades of Persian Pink #E070AE

Tints of Persian Pink #E070AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.96%

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

R = 43.92%
G = 21.96%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E070AE (or 0xE070AE) is known color: Persian Pink. HEX triplet: E0, 70 and AE. RGB value is (224,112,174). Sum of RGB (Red+Green+Blue) = 224+112+174=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E070AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070AE is #1F8F51. Grayscale: #989898. Windows color (decimal): -2068306 or 11432160. OLE color: 11432160.

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

Color convert

RGB 224 112 174 -
CMYK 0 0.50 0.22 0.12
HSL 326.79º 0.64% 0.66% -
HSV(B) 326.79º 0.5% 0.88% -
XYZ 44.17 30.49 43.6 -
YUV 152.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 224 112 174 0 0.50 0.22 0.12 326.79 0.64 0.66
Hex E0 70 AE 0 32 16 C 147 40 42
Octal 340 160 256 0 62 26 14 507 100 102
Binary 11100000 1110000 10101110 0 110010 10110 1100 101000111 1000000 1000010

Color Harmonies of #E070AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070AE

Black with #E070AE

Text Example


Text Example

White with #E070AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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