#E279B8

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

Shades of Persian Pink #E279B8

Tints of Persian Pink #E279B8

Color information

#E279B8 (or 0xE279B8) is unknown color: approx Persian Pink. HEX triplet: E2, 79 and B8. RGB value is (226,121,184). Sum of RGB (Red+Green+Blue) = 226+121+184=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E279B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279B8 is #1D8647. Grayscale: #9F9F9F. Windows color (decimal): -1934920 or 12089826. OLE color: 12089826.

HSL color Cylindrical-coordinate representation of color #E279B8: hue angle of 324º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279B8 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB226121184-
CMYK00.460.190.11
HSL324º64.42%68.04%-
HSV(B)324º46.46%88.63%-
XYZ46.8533.349.31-
YUV159.58141.79175.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=42.56%
G=22.79%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612118400.460.190.1132464.4268.04
HexE279B802E13B1444044
Octal3421712700562313504100104
Binary11100010111100110111000010111010011101110100010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279B8; }

 p { color: rgb(226,121,184); }

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

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

 a { background-color: rgb(226,121,184); }

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

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

 span { border-color: rgb(226,121,184); }

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