#E274B1

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

Shades of Persian Pink #E274B1

Tints of Persian Pink #E274B1

Color information

#E274B1 (or 0xE274B1) is unknown color: approx Persian Pink. HEX triplet: E2, 74 and B1. RGB value is (226,116,177). Sum of RGB (Red+Green+Blue) = 226+116+177=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E274B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E274B1 is #1D8B4E. Grayscale: #9B9B9B. Windows color (decimal): -1936207 or 11629794. OLE color: 11629794.

HSL color Cylindrical-coordinate representation of color #E274B1: hue angle of 326.73º degrees, saturation: 0.65, 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 #E274B1 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226116177-
CMYK00.490.220.11
HSL326.73º65.48%67.06%-
HSV(B)326.73º48.67%88.63%-
XYZ45.5531.8345.34-
YUV155.84139.94178.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=43.55%
G=22.35%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611617700.490.220.11326.7365.4867.06
HexE274B103116B1474143
Octal3421642610612613507101103
Binary11100010111010010110001011000110110101110100011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274B1; }

 p { color: rgb(226,116,177); }

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

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

 a { background-color: rgb(226,116,177); }

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

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

 span { border-color: rgb(226,116,177); }

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