#E27AC3

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

Shades of Persian Pink #E27AC3

Tints of Persian Pink #E27AC3

Color information

#E27AC3 (or 0xE27AC3) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and C3. RGB value is (226,122,195). Sum of RGB (Red+Green+Blue) = 226+122+195=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC3 is #1D853C. Grayscale: #A1A1A1. Windows color (decimal): -1934653 or 12810978. OLE color: 12810978.

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

Color convert

RGB226122195-
CMYK00.460.140.11
HSL317.88º64.2%68.24%-
HSV(B)317.88º46.02%88.63%-
XYZ48.1734.0355.66-
YUV161.42146.96174.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 122 (48.05% from 255) = 22.47%
BLUE value IS 195 (76.56% from 255) = 35.91%
R=41.62%
G=22.47%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612219500.460.140.11317.8864.268.24
HexE27AC302EEB13e4044
Octal3421723030561613476100104
Binary1110001011110101100001101011101110101110011111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AC3; }

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

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

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

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

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

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

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

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