#FF7EE0

Color #FF7EE0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF7EE0

Tints of Pale Magenta #FF7EE0

Color information

#FF7EE0 (or 0xFF7EE0) is unknown color: approx Pale Magenta. HEX triplet: FF, 7E and E0. RGB value is (255,126,224). Sum of RGB (Red+Green+Blue) = 255+126+224=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EE0 is #00811F. Grayscale: #AFAFAF. Windows color (decimal): -33056 or 14712575. OLE color: 14712575.

HSL color Cylindrical-coordinate representation of color #FF7EE0: hue angle of 314.42º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EE0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255126224-
CMYK00.510.120
HSL314.42º100%74.71%-
HSV(B)314.42º50.59%100%-
XYZ62.1641.5675.27-
YUV175.74155.24184.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 126 (49.61% from 255) = 20.83%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=42.15%
G=20.83%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512622400.510.120314.4210074.71
HexFF7EE0033C013a644b
Octal377176340063140472144113
Binary1111111111111101110000001100111100010011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7EE0; }

 p { color: rgb(255,126,224); }

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

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

 a { background-color: rgb(255,126,224); }

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

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

 span { border-color: rgb(255,126,224); }

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