Html Css Color HEX #EF74DF Pale Magenta

📋 copy color: '#EF74DF'

red 239 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #EF74DF

Tints of Pale Magenta #EF74DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 41.35%
G = 20.07%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF74DF (or 0xEF74DF) is known color: Pale Magenta. HEX triplet: EF, 74 and DF. RGB value is (239,116,223). Sum of RGB (Red+Green+Blue) = 239+116+223=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74DF is #108B20. Grayscale: #A4A4A4. Windows color (decimal): -1084193 or 14644463. OLE color: 14644463.

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

Color convert

RGB 239 116 223 -
CMYK 0 0.51 0.07 0.06
HSL 307.8º 0.79% 0.7% -
HSV(B) 307.8º 0.51% 0.94% -
XYZ 55.16 36.17 73.89 -
YUV 164.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 239 116 223 0 0.51 0.07 0.06 307.8 0.79 0.7
Hex EF 74 DF 0 33 7 6 134 4F 46
Octal 357 164 337 0 63 7 6 464 117 106
Binary 11101111 1110100 11011111 0 110011 111 110 100110100 1001111 1000110

Color Harmonies of #EF74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74DF

Black with #EF74DF

Text Example


Text Example

White with #EF74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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