#FF77E5

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

Shades of Pale Magenta #FF77E5

Tints of Pale Magenta #FF77E5

Color information

#FF77E5 (or 0xFF77E5) is unknown color: approx Pale Magenta. HEX triplet: FF, 77 and E5. RGB value is (255,119,229). Sum of RGB (Red+Green+Blue) = 255+119+229=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 119 (46.88% from 255 or 19.73% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77E5 is #00881A. Grayscale: #ABABAB. Windows color (decimal): -34843 or 15038463. OLE color: 15038463.

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

Color convert

RGB255119229-
CMYK00.530.100
HSL311.47º100%73.33%-
HSV(B)311.47º53.33%100%-
XYZ61.9840.1178.6-
YUV172.2160.06187.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 119 (46.88% from 255) = 19.73%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=42.29%
G=19.73%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511922900.530.100311.4710073.33
HexFF77E5035A01376449
Octal377167345065120467144111
Binary1111111111101111110010101101011010010011011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF77E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF77E5; }

 p { color: rgb(255,119,229); }

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

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

 a { background-color: rgb(255,119,229); }

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

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

 span { border-color: rgb(255,119,229); }

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