#e279c2

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

Shades of Persian Pink #E279C2

Tints of Persian Pink #E279C2

Color information

#E279C2 (or 0xE279C2) is unknown color: approx Persian Pink. HEX triplet: E2, 79 and C2. RGB value is (226,121,194). Sum of RGB (Red+Green+Blue) = 226+121+194=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E279C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279C2 is #1D863D. Grayscale: #A0A0A0. Windows color (decimal): -1934910 or 12745186. OLE color: 12745186.

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

Color convert

RGB226121194-
CMYK00.460.140.11
HSL318.29º64.42%68.04%-
HSV(B)318.29º46.46%88.63%-
XYZ47.9433.7455.02-
YUV160.72146.79174.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 121 (47.66% from 255) = 22.37%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=41.77%
G=22.37%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612119400.460.140.11318.2964.4268.04
HexE279C202EEB13e4044
Octal3421713020561613476100104
Binary1110001011110011100001001011101110101110011111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e279c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e279c2; }

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

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

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

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

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

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

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

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