#E279C5

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

Shades of Persian Pink #E279C5

Tints of Persian Pink #E279C5

Color information

#E279C5 (or 0xE279C5) is unknown color: approx Persian Pink. HEX triplet: E2, 79 and C5. RGB value is (226,121,197). Sum of RGB (Red+Green+Blue) = 226+121+197=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E279C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279C5 is #1D863A. Grayscale: #A0A0A0. Windows color (decimal): -1934907 or 12941794. OLE color: 12941794.

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

Color convert

RGB226121197-
CMYK00.460.130.11
HSL316.57º64.42%68.04%-
HSV(B)316.57º46.46%88.63%-
XYZ48.2833.8756.82-
YUV161.06148.29174.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=41.54%
G=22.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612119700.460.130.11316.5764.4268.04
HexE279C502EDB13d4044
Octal3421713050561513475100104
Binary1110001011110011100010101011101101101110011110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279C5; }

 p { color: rgb(226,121,197); }

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

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

 a { background-color: rgb(226,121,197); }

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

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

 span { border-color: rgb(226,121,197); }

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