#E07FC2

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

Shades of Persian Pink #E07FC2

Tints of Persian Pink #E07FC2

Color information

#E07FC2 (or 0xE07FC2) is unknown color: approx Persian Pink. HEX triplet: E0, 7F and C2. RGB value is (224,127,194). Sum of RGB (Red+Green+Blue) = 224+127+194=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC2 is #1F803D. Grayscale: #A3A3A3. Windows color (decimal): -2064446 or 12746720. OLE color: 12746720.

HSL color Cylindrical-coordinate representation of color #E07FC2: hue angle of 318.56º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FC2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224127194-
CMYK00.430.130.12
HSL318.56º61.01%68.82%-
HSV(B)318.56º43.3%87.84%-
XYZ48.0734.9255.25-
YUV163.64145.14171.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 194 (76.17% from 255) = 35.60%
R=41.10%
G=23.30%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412719400.430.130.12318.5661.0168.82
HexE07FC202BDC13f3d45
Octal340177302053151447775105
Binary111000001111111110000100101011110111001001111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FC2; }

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

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

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

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

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

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

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

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