#FF66E1

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

Shades of Pale Magenta #FF66E1

Tints of Pale Magenta #FF66E1

Color information

#FF66E1 (or 0xFF66E1) is unknown color: approx Pale Magenta. HEX triplet: FF, 66 and E1. RGB value is (255,102,225). Sum of RGB (Red+Green+Blue) = 255+102+225=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66E1 is #00991E. Grayscale: #A1A1A1. Windows color (decimal): -39199 or 14771967. OLE color: 14771967.

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

Color convert

RGB255102225-
CMYK00.60.120
HSL311.76º100%70%-
HSV(B)311.76º60%100%-
XYZ59.5836.275.08-
YUV161.77163.69194.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.81%
GREEN value IS 102 (40.23% from 255) = 17.53%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=43.81%
G=17.53%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510222500.60.120311.7610070
HexFF66E103CC01386446
Octal377146341074140470144106
Binary1111111111001101110000101111001100010011100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66E1; }

 p { color: rgb(255,102,225); }

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

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

 a { background-color: rgb(255,102,225); }

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

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

 span { border-color: rgb(255,102,225); }

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