#E278AF

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

Shades of Persian Pink #E278AF

Tints of Persian Pink #E278AF

Color information

#E278AF (or 0xE278AF) is unknown color: approx Persian Pink. HEX triplet: E2, 78 and AF. RGB value is (226,120,175). Sum of RGB (Red+Green+Blue) = 226+120+175=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E278AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278AF is #1D8750. Grayscale: #9D9D9D. Windows color (decimal): -1935185 or 11499746. OLE color: 11499746.

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

Color convert

RGB226120175-
CMYK00.470.230.11
HSL328.87º64.63%67.84%-
HSV(B)328.87º46.9%88.63%-
XYZ45.8232.744.45-
YUV157.96137.62176.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=43.38%
G=23.03%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612017500.470.230.11328.8764.6367.84
HexE278AF02F17B1494144
Octal3421702570572713511101104
Binary11100010111100010101111010111110111101110100100110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278AF; }

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

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

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

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

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

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

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

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