#E27AB3

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

Shades of Persian Pink #E27AB3

Tints of Persian Pink #E27AB3

Color information

#E27AB3 (or 0xE27AB3) is unknown color: approx Persian Pink. HEX triplet: E2, 7A and B3. RGB value is (226,122,179). Sum of RGB (Red+Green+Blue) = 226+122+179=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AB3 is #1D854C. Grayscale: #9F9F9F. Windows color (decimal): -1934669 or 11762402. OLE color: 11762402.

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

Color convert

RGB226122179-
CMYK00.460.210.11
HSL327.12º64.2%68.24%-
HSV(B)327.12º46.02%88.63%-
XYZ46.4633.3446.63-
YUV159.59138.96175.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=42.88%
G=23.15%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612217900.460.210.11327.1264.268.24
HexE27AB302E15B1474044
Octal3421722630562513507100104
Binary11100010111101010110011010111010101101110100011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AB3; }

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

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

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

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

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

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

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

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