#E26EBC

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

Shades of Persian Pink #E26EBC

Tints of Persian Pink #E26EBC

Color information

#E26EBC (or 0xE26EBC) is unknown color: approx Persian Pink. HEX triplet: E2, 6E and BC. RGB value is (226,110,188). Sum of RGB (Red+Green+Blue) = 226+110+188=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBC is #1D9143. Grayscale: #999999. Windows color (decimal): -1937732 or 12349154. OLE color: 12349154.

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

Color convert

RGB226110188-
CMYK00.510.170.11
HSL319.66º66.67%65.88%-
HSV(B)319.66º51.33%88.63%-
XYZ46.0230.9551.13-
YUV153.58147.43179.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 110 (43.36% from 255) = 20.99%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=43.13%
G=20.99%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611018800.510.170.11319.6666.6765.88
HexE26EBC03311B1404342
Octal3421562740632113500103102
Binary11100010110111010111100011001110001101110100000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EBC; }

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

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

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

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

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

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

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

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