#EF77DE

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

Shades of Pale Magenta #EF77DE

Tints of Pale Magenta #EF77DE

Color information

#EF77DE (or 0xEF77DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 77 and DE. RGB value is (239,119,222). Sum of RGB (Red+Green+Blue) = 239+119+222=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF77DE is #108821. Grayscale: #A6A6A6. Windows color (decimal): -1083426 or 14579695. OLE color: 14579695.

HSL color Cylindrical-coordinate representation of color #EF77DE: hue angle of 308.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77DE is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239119222-
CMYK00.500.070.06
HSL308.5º78.95%70.2%-
HSV(B)308.5º50.21%93.73%-
XYZ55.3836.8273.3-
YUV166.62159.26179.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 119 (46.88% from 255) = 20.52%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=41.21%
G=20.52%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911922200.500.070.06308.578.9570.2
HexEF77DE032761344f46
Octal35716733606276464117106
Binary11101111111011111011110011001011111010011010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF77DE; }

 p { color: rgb(239,119,222); }

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

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

 a { background-color: rgb(239,119,222); }

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

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

 span { border-color: rgb(239,119,222); }

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