#E07FC1

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

Shades of Persian Pink #E07FC1

Tints of Persian Pink #E07FC1

Color information

#E07FC1 (or 0xE07FC1) is unknown color: approx Persian Pink. HEX triplet: E0, 7F and C1. RGB value is (224,127,193). Sum of RGB (Red+Green+Blue) = 224+127+193=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC1 is #1F803E. Grayscale: #A3A3A3. Windows color (decimal): -2064447 or 12681184. OLE color: 12681184.

HSL color Cylindrical-coordinate representation of color #E07FC1: hue angle of 319.18º 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 #E07FC1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224127193-
CMYK00.430.140.12
HSL319.18º61.01%68.82%-
HSV(B)319.18º43.3%87.84%-
XYZ47.9634.8854.66-
YUV163.53144.64171.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=41.18%
G=23.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412719300.430.140.12319.1861.0168.82
HexE07FC102BEC13f3d45
Octal340177301053161447775105
Binary111000001111111110000010101011111011001001111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FC1; }

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

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

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

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

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

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

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

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