Html Css Color HEX #EF74DC Pale Magenta

📋 copy color: '#EF74DC'

red 239 ◦ green 116 ◦ blue 220

#EF74DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #EF74DC

Tints of Pale Magenta #EF74DC

RGB

 RED value IS 239 (93.75% from 255) = 41.57%

 GREEN value IS 116 (45.7% from 255) = 20.17%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 41.57%
G = 20.17%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF74DC (or 0xEF74DC) is known color: Pale Magenta. HEX triplet: EF, 74 and DC. RGB value is (239,116,220). Sum of RGB (Red+Green+Blue) = 239+116+220=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74DC is #108B23. Grayscale: #A4A4A4. Windows color (decimal): -1084196 or 14447855. OLE color: 14447855.

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

Color convert

RGB 239 116 220 -
CMYK 0 0.51 0.08 0.06
HSL 309.27º 0.79% 0.7% -
HSV(B) 309.27º 0.51% 0.94% -
XYZ 54.76 36.01 71.77 -
YUV 164.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 239 116 220 0 0.51 0.08 0.06 309.27 0.79 0.7
Hex EF 74 DC 0 33 8 6 135 4F 46
Octal 357 164 334 0 63 10 6 465 117 106
Binary 11101111 1110100 11011100 0 110011 1000 110 100110101 1001111 1000110

Color Harmonies of #EF74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74DC

Black with #EF74DC

Text Example


Text Example

White with #EF74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74DC; }

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

 H1.HeaderClassName
 {
   color: #EF74DC;
 }
 .AnyTagClassName
 {
   color: #EF74DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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