#E26DBC

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

Shades of Persian Pink #E26DBC

Tints of Persian Pink #E26DBC

Color information

#E26DBC (or 0xE26DBC) is unknown color: approx Persian Pink. HEX triplet: E2, 6D and BC. RGB value is (226,109,188). Sum of RGB (Red+Green+Blue) = 226+109+188=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DBC is #1D9243. Grayscale: #989898. Windows color (decimal): -1937988 or 12348898. OLE color: 12348898.

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

Color convert

RGB226109188-
CMYK00.520.170.11
HSL319.49º66.86%65.69%-
HSV(B)319.49º51.77%88.63%-
XYZ45.9130.7451.09-
YUV152.99147.76180.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 109 (42.97% from 255) = 20.84%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=43.21%
G=20.84%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610918800.520.170.11319.4966.8665.69
HexE26DBC03411B13f4342
Octal3421552740642113477103102
Binary11100010110110110111100011010010001101110011111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DBC; }

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

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

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

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

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

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

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

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