#E27FC2

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

Shades of Persian Pink #E27FC2

Tints of Persian Pink #E27FC2

Color information

#E27FC2 (or 0xE27FC2) is unknown color: approx Persian Pink. HEX triplet: E2, 7F and C2. RGB value is (226,127,194). Sum of RGB (Red+Green+Blue) = 226+127+194=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FC2 is #1D803D. Grayscale: #A4A4A4. Windows color (decimal): -1933374 or 12746722. OLE color: 12746722.

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

Color convert

RGB226127194-
CMYK00.440.140.11
HSL319.39º63.06%69.22%-
HSV(B)319.39º43.81%88.63%-
XYZ48.6935.2455.28-
YUV164.24144.8172.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=41.32%
G=23.22%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612719400.440.140.11319.3963.0669.22
HexE27FC202CEB13f3f45
Octal342177302054161347777105
Binary111000101111111110000100101100111010111001111111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27FC2; }

 p { color: rgb(226,127,194); }

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

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

 a { background-color: rgb(226,127,194); }

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

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

 span { border-color: rgb(226,127,194); }

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