#E27DBC

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

Shades of Persian Pink #E27DBC

Tints of Persian Pink #E27DBC

Color information

#E27DBC (or 0xE27DBC) is unknown color: approx Persian Pink. HEX triplet: E2, 7D and BC. RGB value is (226,125,188). Sum of RGB (Red+Green+Blue) = 226+125+188=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DBC is #1D8243. Grayscale: #A2A2A2. Windows color (decimal): -1933892 or 12352994. OLE color: 12352994.

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

Color convert

RGB226125188-
CMYK00.450.170.11
HSL322.57º63.52%68.82%-
HSV(B)322.57º44.69%88.63%-
XYZ47.7734.4751.71-
YUV162.38142.46173.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=41.93%
G=23.19%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612518800.450.170.11322.5763.5268.82
HexE27DBC02D11B1434045
Octal3421752740552113503100105
Binary11100010111110110111100010110110001101110100001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DBC; }

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

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

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

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

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

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

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

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