#EF74DA

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

Shades of Pale Magenta #EF74DA

Tints of Pale Magenta #EF74DA

Color information

#EF74DA (or 0xEF74DA) is unknown color: approx Pale Magenta. HEX triplet: EF, 74 and DA. RGB value is (239,116,218). Sum of RGB (Red+Green+Blue) = 239+116+218=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74DA is #108B25. Grayscale: #A4A4A4. Windows color (decimal): -1084198 or 14316783. OLE color: 14316783.

HSL color Cylindrical-coordinate representation of color #EF74DA: hue angle of 310.24º 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 #EF74DA is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239116218-
CMYK00.510.090.06
HSL310.24º79.35%69.61%-
HSV(B)310.24º51.46%93.73%-
XYZ54.535.970.39-
YUV164.4158.25181.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 116 (45.70% from 255) = 20.24%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=41.71%
G=20.24%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911621800.510.090.06310.2479.3569.61
HexEF74DA033961364f46
Octal357164332063116466117106
Binary111011111110100110110100110011100111010011011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF74DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF74DA; }

 p { color: rgb(239,116,218); }

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

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

 a { background-color: rgb(239,116,218); }

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

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

 span { border-color: rgb(239,116,218); }

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