#E27AAD

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

Shades of Persian Pink #E27AAD

Tints of Persian Pink #E27AAD

Color information

#E27AAD (or 0xE27AAD) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and AD. RGB value is (226,122,173). Sum of RGB (Red+Green+Blue) = 226+122+173=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AAD is #1D8552. Grayscale: #9E9E9E. Windows color (decimal): -1934675 or 11369186. OLE color: 11369186.

HSL color Cylindrical-coordinate representation of color #E27AAD: hue angle of 330.58º 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 #E27AAD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226122173-
CMYK00.460.230.11
HSL330.58º64.2%68.24%-
HSV(B)330.58º46.02%88.63%-
XYZ45.8733.143.51-
YUV158.91135.96175.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=43.38%
G=23.42%
B=33.21%

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
Decimal22612217300.460.230.11330.5864.268.24
HexE27AAD02E17B14b4044
Octal3421722550562713513100104
Binary11100010111101010101101010111010111101110100101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AAD; }

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

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

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

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

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

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

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

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