#e27ac1

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

Shades of Persian Pink #E27AC1

Tints of Persian Pink #E27AC1

Color information

#E27AC1 (or 0xE27AC1) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and C1. RGB value is (226,122,193). Sum of RGB (Red+Green+Blue) = 226+122+193=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC1 is #1D853E. Grayscale: #A1A1A1. Windows color (decimal): -1934655 or 12679906. OLE color: 12679906.

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

Color convert

RGB226122193-
CMYK00.460.150.11
HSL319.04º64.2%68.24%-
HSV(B)319.04º46.02%88.63%-
XYZ47.9533.9454.48-
YUV161.19145.96174.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=41.77%
G=22.55%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612219300.460.150.11319.0464.268.24
HexE27AC102EFB13f4044
Octal3421723010561713477100104
Binary1110001011110101100000101011101111101110011111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27ac1; }

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

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

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

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

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

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

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

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