#E07FC0

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

Shades of Persian Pink #E07FC0

Tints of Persian Pink #E07FC0

Color information

#E07FC0 (or 0xE07FC0) is unknown color: approx Persian Pink. HEX triplet: E0, 7F and C0. RGB value is (224,127,192). Sum of RGB (Red+Green+Blue) = 224+127+192=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC0 is #1F803F. Grayscale: #A3A3A3. Windows color (decimal): -2064448 or 12615648. OLE color: 12615648.

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

Color convert

RGB224127192-
CMYK00.430.140.12
HSL319.79º61.01%68.82%-
HSV(B)319.79º43.3%87.84%-
XYZ47.8434.8354.07-
YUV163.41144.14171.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=41.25%
G=23.39%
B=35.36%

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
Decimal22412719200.430.140.12319.7961.0168.82
HexE07FC002BEC1403d45
Octal340177300053161450075105
Binary111000001111111110000000101011111011001010000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FC0; }

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

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

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

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

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

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

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

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