#e27abe

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

Shades of Persian Pink #E27ABE

Tints of Persian Pink #E27ABE

Color information

#E27ABE (or 0xE27ABE) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and BE. RGB value is (226,122,190). Sum of RGB (Red+Green+Blue) = 226+122+190=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABE is #1D8541. Grayscale: #A0A0A0. Windows color (decimal): -1934658 or 12483298. OLE color: 12483298.

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

Color convert

RGB226122190-
CMYK00.460.160.11
HSL320.77º64.2%68.24%-
HSV(B)320.77º46.02%88.63%-
XYZ47.6233.8152.73-
YUV160.85144.46174.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=42.01%
G=22.68%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612219000.460.160.11320.7764.268.24
HexE27ABE02E10B1414044
Octal3421722760562013501100104
Binary11100010111101010111110010111010000101110100000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27abe; }

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

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

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

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

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

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

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

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