#E278BB

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

Shades of Persian Pink #E278BB

Tints of Persian Pink #E278BB

Color information

#E278BB (or 0xE278BB) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and BB. RGB value is (226,120,187). Sum of RGB (Red+Green+Blue) = 226+120+187=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E278BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278BB is #1D8744. Grayscale: #9F9F9F. Windows color (decimal): -1935173 or 12286178. OLE color: 12286178.

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

Color convert

RGB226120187-
CMYK00.470.170.11
HSL322.08º64.63%67.84%-
HSV(B)322.08º46.9%88.63%-
XYZ47.0533.1950.94-
YUV159.33143.62175.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 120 (47.27% from 255) = 22.51%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=42.40%
G=22.51%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612018700.470.170.11322.0864.6367.84
HexE278BB02F11B1424144
Octal3421702730572113502101104
Binary11100010111100010111011010111110001101110100001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278BB; }

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

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

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

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

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

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

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

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