Html Css Color HEX #EF76DA Pale Magenta

📋 copy color: '#EF76DA'

red 239 ◦ green 118 ◦ blue 218

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

Shades of Pale Magenta #EF76DA

Tints of Pale Magenta #EF76DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 41.57%
G = 20.52%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF76DA (or 0xEF76DA) is known color: Pale Magenta. HEX triplet: EF, 76 and DA. RGB value is (239,118,218). Sum of RGB (Red+Green+Blue) = 239+118+218=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76DA is #108925. Grayscale: #A5A5A5. Windows color (decimal): -1083686 or 14317295. OLE color: 14317295.

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

Color convert

RGB 239 118 218 -
CMYK 0 0.51 0.09 0.06
HSL 310.41º 0.79% 0.7% -
HSV(B) 310.41º 0.51% 0.94% -
XYZ 54.73 36.37 70.47 -
YUV 165.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 239 118 218 0 0.51 0.09 0.06 310.41 0.79 0.7
Hex EF 76 DA 0 33 9 6 136 4F 46
Octal 357 166 332 0 63 11 6 466 117 106
Binary 11101111 1110110 11011010 0 110011 1001 110 100110110 1001111 1000110

Color Harmonies of #EF76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76DA

Black with #EF76DA

Text Example


Text Example

White with #EF76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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