Html Css Color HEX #EF78DC Pale Magenta

📋 copy color: '#EF78DC'

red 239 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #EF78DC

Tints of Pale Magenta #EF78DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.73%

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

R = 41.28%
G = 20.73%
B = 38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF78DC (or 0xEF78DC) is known color: Pale Magenta. HEX triplet: EF, 78 and DC. RGB value is (239,120,220). Sum of RGB (Red+Green+Blue) = 239+120+220=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78DC is #108723. Grayscale: #A6A6A6. Windows color (decimal): -1083172 or 14448879. OLE color: 14448879.

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

Color convert

RGB 239 120 220 -
CMYK 0 0.50 0.08 0.06
HSL 309.58º 0.79% 0.7% -
HSV(B) 309.58º 0.5% 0.94% -
XYZ 55.23 36.95 71.93 -
YUV 166.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 239 120 220 0 0.50 0.08 0.06 309.58 0.79 0.7
Hex EF 78 DC 0 32 8 6 136 4F 46
Octal 357 170 334 0 62 10 6 466 117 106
Binary 11101111 1111000 11011100 0 110010 1000 110 100110110 1001111 1000110

Color Harmonies of #EF78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78DC

Black with #EF78DC

Text Example


Text Example

White with #EF78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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