Html Css Color HEX #EF76D8 Pale Magenta

📋 copy color: '#EF76D8'

red 239 ◦ green 118 ◦ blue 216

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

Shades of Pale Magenta #EF76D8

Tints of Pale Magenta #EF76D8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.59%

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 41.71%
G = 20.59%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF76D8 (or 0xEF76D8) is known color: Pale Magenta. HEX triplet: EF, 76 and D8. RGB value is (239,118,216). Sum of RGB (Red+Green+Blue) = 239+118+216=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76D8 is #108927. Grayscale: #A5A5A5. Windows color (decimal): -1083688 or 14186223. OLE color: 14186223.

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

Color convert

RGB 239 118 216 -
CMYK 0 0.51 0.10 0.06
HSL 311.41º 0.79% 0.7% -
HSV(B) 311.41º 0.51% 0.94% -
XYZ 54.47 36.27 69.09 -
YUV 165.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 239 118 216 0 0.51 0.10 0.06 311.41 0.79 0.7
Hex EF 76 D8 0 33 A 6 137 4F 46
Octal 357 166 330 0 63 12 6 467 117 106
Binary 11101111 1110110 11011000 0 110011 1010 110 100110111 1001111 1000110

Color Harmonies of #EF76D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76D8

Black with #EF76D8

Text Example


Text Example

White with #EF76D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76D8; }

 p { color: rgb(239,118,216); }

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

background-color css

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

 a { background-color: rgb(239,118,216); }

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

border-color css

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

 span { border-color: rgb(239,118,216); }

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