#E278B3

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

Shades of Persian Pink #E278B3

Tints of Persian Pink #E278B3

Color information

#E278B3 (or 0xE278B3) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and B3. RGB value is (226,120,179). Sum of RGB (Red+Green+Blue) = 226+120+179=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278B3 is #1D874C. Grayscale: #9E9E9E. Windows color (decimal): -1935181 or 11761890. OLE color: 11761890.

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

Color convert

RGB226120179-
CMYK00.470.210.11
HSL326.6º64.63%67.84%-
HSV(B)326.6º46.9%88.63%-
XYZ46.2232.8646.55-
YUV158.42139.62176.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=43.05%
G=22.86%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612017900.470.210.11326.664.6367.84
HexE278B302F15B1474144
Octal3421702630572513507101104
Binary11100010111100010110011010111110101101110100011110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278B3; }

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

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

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

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

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

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

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

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