#EF80DE

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

Shades of Pale Magenta #EF80DE

Tints of Pale Magenta #EF80DE

Color information

#EF80DE (or 0xEF80DE) is unknown color: approx Pale Magenta. HEX triplet: EF, 80 and DE. RGB value is (239,128,222). Sum of RGB (Red+Green+Blue) = 239+128+222=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80DE is #107F21. Grayscale: #ABABAB. Windows color (decimal): -1081122 or 14581999. OLE color: 14581999.

HSL color Cylindrical-coordinate representation of color #EF80DE: hue angle of 309.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80DE is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239128222-
CMYK00.460.070.06
HSL309.19º77.62%71.96%-
HSV(B)309.19º46.44%93.73%-
XYZ56.539.0673.67-
YUV171.9156.27175.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 128 (50.39% from 255) = 21.73%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=40.58%
G=21.73%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912822200.460.070.06309.1977.6271.96
HexEF80DE02E761354e48
Octal35720033605676465116110
Binary111011111000000011011110010111011111010011010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF80DE; }

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

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

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

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

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

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

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

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