#E273AC

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

Shades of Persian Pink #E273AC

Tints of Persian Pink #E273AC

Color information

#E273AC (or 0xE273AC) is unknown color: approx Persian Pink. HEX triplet: E2, 73 and AC. RGB value is (226,115,172). Sum of RGB (Red+Green+Blue) = 226+115+172=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E273AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E273AC is #1D8C53. Grayscale: #9A9A9A. Windows color (decimal): -1936468 or 11301858. OLE color: 11301858.

HSL color Cylindrical-coordinate representation of color #E273AC: hue angle of 329.19º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273AC is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226115172-
CMYK00.490.240.11
HSL329.19º65.68%66.86%-
HSV(B)329.19º49.12%88.63%-
XYZ44.9431.4142.72-
YUV154.69137.77178.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=44.05%
G=22.42%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611517200.490.240.11329.1965.6866.86
HexE273AC03118B1494243
Octal3421632540613013511102103
Binary11100010111001110101100011000111000101110100100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273AC; }

 p { color: rgb(226,115,172); }

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

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

 a { background-color: rgb(226,115,172); }

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

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

 span { border-color: rgb(226,115,172); }

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