Html Css Color HEX #EF78DF Pale Magenta

📋 copy color: '#EF78DF'

red 239 ◦ green 120 ◦ blue 223

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

Shades of Pale Magenta #EF78DF

Tints of Pale Magenta #EF78DF

RGB

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

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

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

R = 41.07%
G = 20.62%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF78DF (or 0xEF78DF) is known color: Pale Magenta. HEX triplet: EF, 78 and DF. RGB value is (239,120,223). Sum of RGB (Red+Green+Blue) = 239+120+223=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78DF is #108720. Grayscale: #A7A7A7. Windows color (decimal): -1083169 or 14645487. OLE color: 14645487.

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

Color convert

RGB 239 120 223 -
CMYK 0 0.50 0.07 0.06
HSL 308.07º 0.79% 0.7% -
HSV(B) 308.07º 0.5% 0.94% -
XYZ 55.63 37.11 74.04 -
YUV 167.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 239 120 223 0 0.50 0.07 0.06 308.07 0.79 0.7
Hex EF 78 DF 0 32 7 6 134 4F 46
Octal 357 170 337 0 62 7 6 464 117 106
Binary 11101111 1111000 11011111 0 110010 111 110 100110100 1001111 1000110

Color Harmonies of #EF78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78DF

Black with #EF78DF

Text Example


Text Example

White with #EF78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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