#E27AAF

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

Shades of Persian Pink #E27AAF

Tints of Persian Pink #E27AAF

Color information

#E27AAF (or 0xE27AAF) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and AF. RGB value is (226,122,175). Sum of RGB (Red+Green+Blue) = 226+122+175=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AAF is #1D8550. Grayscale: #9F9F9F. Windows color (decimal): -1934673 or 11500258. OLE color: 11500258.

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

Color convert

RGB226122175-
CMYK00.460.230.11
HSL329.42º64.2%68.24%-
HSV(B)329.42º46.02%88.63%-
XYZ46.0633.1844.53-
YUV159.14136.96175.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=43.21%
G=23.33%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612217500.460.230.11329.4264.268.24
HexE27AAF02E17B1494044
Octal3421722570562713511100104
Binary11100010111101010101111010111010111101110100100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AAF; }

 p { color: rgb(226,122,175); }

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

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

 a { background-color: rgb(226,122,175); }

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

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

 span { border-color: rgb(226,122,175); }

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