#E278B5

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

Shades of Persian Pink #E278B5

Tints of Persian Pink #E278B5

Color information

#E278B5 (or 0xE278B5) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and B5. RGB value is (226,120,181). Sum of RGB (Red+Green+Blue) = 226+120+181=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278B5 is #1D874A. Grayscale: #9E9E9E. Windows color (decimal): -1935179 or 11892962. OLE color: 11892962.

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

Color convert

RGB226120181-
CMYK00.470.200.11
HSL325.47º64.63%67.84%-
HSV(B)325.47º46.9%88.63%-
XYZ46.4232.9447.63-
YUV158.65140.62176.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=42.88%
G=22.77%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612018100.470.200.11325.4764.6367.84
HexE278B502F14B1454144
Octal3421702650572413505101104
Binary11100010111100010110101010111110100101110100010110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278B5; }

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

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

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

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

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

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

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

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