#EF75D8

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

Shades of Pale Magenta #EF75D8

Tints of Pale Magenta #EF75D8

Color information

#EF75D8 (or 0xEF75D8) is unknown color: approx Pale Magenta. HEX triplet: EF, 75 and D8. RGB value is (239,117,216). Sum of RGB (Red+Green+Blue) = 239+117+216=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF75D8 is #108A27. Grayscale: #A4A4A4. Windows color (decimal): -1083944 or 14185967. OLE color: 14185967.

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

Color convert

RGB239117216-
CMYK00.510.100.06
HSL311.31º79.22%69.8%-
HSV(B)311.31º51.05%93.73%-
XYZ54.3536.0369.06-
YUV164.76156.92180.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 117 (46.09% from 255) = 20.45%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=41.78%
G=20.45%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911721600.510.100.06311.3179.2269.8
HexEF75D8033A61374f46
Octal357165330063126467117106
Binary111011111110101110110000110011101011010011011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF75D8; }

 p { color: rgb(239,117,216); }

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

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

 a { background-color: rgb(239,117,216); }

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

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

 span { border-color: rgb(239,117,216); }

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