#EF74DB

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

Shades of Pale Magenta #EF74DB

Tints of Pale Magenta #EF74DB

Color information

#EF74DB (or 0xEF74DB) is unknown color: approx Pale Magenta. HEX triplet: EF, 74 and DB. RGB value is (239,116,219). Sum of RGB (Red+Green+Blue) = 239+116+219=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74DB is #108B24. Grayscale: #A4A4A4. Windows color (decimal): -1084197 or 14382319. OLE color: 14382319.

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

Color convert

RGB239116219-
CMYK00.510.080.06
HSL309.76º79.35%69.61%-
HSV(B)309.76º51.46%93.73%-
XYZ54.6335.9671.08-
YUV164.52158.75181.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 116 (45.70% from 255) = 20.21%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=41.64%
G=20.21%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911621900.510.080.06309.7679.3569.61
HexEF74DB033861364f46
Octal357164333063106466117106
Binary111011111110100110110110110011100011010011011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF74DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF74DB; }

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

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

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

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

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

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

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

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