Html Css Color HEX #EF76DB Pale Magenta

📋 copy color: '#EF76DB'

red 239 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #EF76DB

Tints of Pale Magenta #EF76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 41.49%
G = 20.49%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF76DB (or 0xEF76DB) is known color: Pale Magenta. HEX triplet: EF, 76 and DB. RGB value is (239,118,219). Sum of RGB (Red+Green+Blue) = 239+118+219=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF76DB is #108924. Grayscale: #A5A5A5. Windows color (decimal): -1083685 or 14382831. OLE color: 14382831.

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

Color convert

RGB 239 118 219 -
CMYK 0 0.51 0.08 0.06
HSL 309.92º 0.79% 0.7% -
HSV(B) 309.92º 0.51% 0.94% -
XYZ 54.86 36.42 71.16 -
YUV 165.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 239 118 219 0 0.51 0.08 0.06 309.92 0.79 0.7
Hex EF 76 DB 0 33 8 6 136 4F 46
Octal 357 166 333 0 63 10 6 466 117 106
Binary 11101111 1110110 11011011 0 110011 1000 110 100110110 1001111 1000110

Color Harmonies of #EF76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76DB

Black with #EF76DB

Text Example


Text Example

White with #EF76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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