#ff7ce7

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

Shades of Pale Magenta #FF7CE7

Tints of Pale Magenta #FF7CE7

Color information

#FF7CE7 (or 0xFF7CE7) is unknown color: approx Pale Magenta. HEX triplet: FF, 7C and E7. RGB value is (255,124,231). Sum of RGB (Red+Green+Blue) = 255+124+231=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CE7 is #008318. Grayscale: #AFAFAF. Windows color (decimal): -33561 or 15170815. OLE color: 15170815.

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

Color convert

RGB255124231-
CMYK00.510.090
HSL310.99º100%74.31%-
HSV(B)310.99º51.37%100%-
XYZ62.8741.4480.29-
YUV175.37159.4184.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 124 (48.83% from 255) = 20.33%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=41.80%
G=20.33%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512423100.510.090310.9910074.31
HexFF7CE703390137644a
Octal377174347063110467144112
Binary1111111111111001110011101100111001010011011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7ce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7ce7; }

 p { color: rgb(255,124,231); }

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

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

 a { background-color: rgb(255,124,231); }

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

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

 span { border-color: rgb(255,124,231); }

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