#E27DC1

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

Shades of Persian Pink #E27DC1

Tints of Persian Pink #E27DC1

Color information

#E27DC1 (or 0xE27DC1) is unknown color: approx Persian Pink. HEX triplet: E2, 7D and C1. RGB value is (226,125,193). Sum of RGB (Red+Green+Blue) = 226+125+193=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DC1 is #1D823E. Grayscale: #A2A2A2. Windows color (decimal): -1933887 or 12680674. OLE color: 12680674.

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

Color convert

RGB226125193-
CMYK00.450.150.11
HSL319.6º63.52%68.82%-
HSV(B)319.6º44.69%88.63%-
XYZ48.3234.6954.6-
YUV162.95144.96172.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=41.54%
G=22.98%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612519300.450.150.11319.663.5268.82
HexE27DC102DFB1404045
Octal3421753010551713500100105
Binary1110001011111011100000101011011111101110100000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DC1; }

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

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

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

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

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

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

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

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