#E074AF

Color #E074AF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E074AF

Tints of Persian Pink #E074AF

Color information

#E074AF (or 0xE074AF) is unknown color: approx Persian Pink. HEX triplet: E0, 74 and AF. RGB value is (224,116,175). Sum of RGB (Red+Green+Blue) = 224+116+175=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E074AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E074AF is #1F8B50. Grayscale: #9A9A9A. Windows color (decimal): -2067281 or 11498720. OLE color: 11498720.

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

Color convert

RGB224116175-
CMYK00.480.220.12
HSL327.22º63.53%66.67%-
HSV(B)327.22º48.21%87.84%-
XYZ44.7231.4344.27-
YUV155.02139.28177.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 116 (45.70% from 255) = 22.52%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=43.50%
G=22.52%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411617500.480.220.12327.2263.5366.67
HexE074AF03016C1474043
Octal3401642570602614507100103
Binary11100000111010010101111011000010110110010100011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074AF; }

 p { color: rgb(224,116,175); }

 H1.HeaderClassName
 {
   color: #E074AF;
 }
 .AnyTagClassName
 {
   color: #E074AF;
 }
</style>
background-color css

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

 a { background-color: rgb(224,116,175); }

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

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

 span { border-color: rgb(224,116,175); }

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