#E278B0

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

Shades of Persian Pink #E278B0

Tints of Persian Pink #E278B0

Color information

#E278B0 (or 0xE278B0) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and B0. RGB value is (226,120,176). Sum of RGB (Red+Green+Blue) = 226+120+176=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278B0 is #1D874F. Grayscale: #9D9D9D. Windows color (decimal): -1935184 or 11565282. OLE color: 11565282.

HSL color Cylindrical-coordinate representation of color #E278B0: hue angle of 328.3º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278B0 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB226120176-
CMYK00.470.220.11
HSL328.3º64.63%67.84%-
HSV(B)328.3º46.9%88.63%-
XYZ45.9232.7444.97-
YUV158.08138.12176.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=43.30%
G=22.99%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612017600.470.220.11328.364.6367.84
HexE278B002F16B1484144
Octal3421702600572613510101104
Binary11100010111100010110000010111110110101110100100010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278B0; }

 p { color: rgb(226,120,176); }

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

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

 a { background-color: rgb(226,120,176); }

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

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

 span { border-color: rgb(226,120,176); }

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