#E26EB9

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

Shades of Persian Pink #E26EB9

Tints of Persian Pink #E26EB9

Color information

#E26EB9 (or 0xE26EB9) is unknown color: approx Persian Pink. HEX triplet: E2, 6E and B9. RGB value is (226,110,185). Sum of RGB (Red+Green+Blue) = 226+110+185=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB9 is #1D9146. Grayscale: #999999. Windows color (decimal): -1937735 or 12152546. OLE color: 12152546.

HSL color Cylindrical-coordinate representation of color #E26EB9: hue angle of 321.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EB9 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226110185-
CMYK00.510.180.11
HSL321.21º66.67%65.88%-
HSV(B)321.21º51.33%88.63%-
XYZ45.730.8249.44-
YUV153.23145.93179.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=43.38%
G=21.11%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611018500.510.180.11321.2166.6765.88
HexE26EB903312B1414342
Octal3421562710632213501103102
Binary11100010110111010111001011001110010101110100000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EB9; }

 p { color: rgb(226,110,185); }

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

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

 a { background-color: rgb(226,110,185); }

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

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

 span { border-color: rgb(226,110,185); }

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