#E278B1

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

Shades of Persian Pink #E278B1

Tints of Persian Pink #E278B1

Color information

#E278B1 (or 0xE278B1) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and B1. RGB value is (226,120,177). Sum of RGB (Red+Green+Blue) = 226+120+177=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278B1 is #1D874E. Grayscale: #9E9E9E. Windows color (decimal): -1935183 or 11630818. OLE color: 11630818.

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

Color convert

RGB226120177-
CMYK00.470.220.11
HSL327.74º64.63%67.84%-
HSV(B)327.74º46.9%88.63%-
XYZ46.0232.7845.5-
YUV158.19138.62176.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=43.21%
G=22.94%
B=33.84%

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
Decimal22612017700.470.220.11327.7464.6367.84
HexE278B102F16B1484144
Octal3421702610572613510101104
Binary11100010111100010110001010111110110101110100100010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278B1; }

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

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

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

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

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

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

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

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