Html Css Color HEX #EF7AD6 Pale Magenta

📋 copy color: '#EF7AD6'

red 239 ◦ green 122 ◦ blue 214

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

Shades of Pale Magenta #EF7AD6

Tints of Pale Magenta #EF7AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.22%

 BLUE value IS 214 (83.98% from 255) = 37.22%

R = 41.57%
G = 21.22%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF7AD6 (or 0xEF7AD6) is known color: Pale Magenta. HEX triplet: EF, 7A and D6. RGB value is (239,122,214). Sum of RGB (Red+Green+Blue) = 239+122+214=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AD6 is #108529. Grayscale: #A7A7A7. Windows color (decimal): -1082666 or 14056175. OLE color: 14056175.

HSL color Cylindrical-coordinate representation of color #EF7AD6: hue angle of 312.82º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7AD6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 214 -
CMYK 0 0.49 0.10 0.06
HSL 312.82º 0.79% 0.71% -
HSV(B) 312.82º 0.49% 0.94% -
XYZ 54.69 37.12 67.9 -
YUV 167.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 239 122 214 0 0.49 0.10 0.06 312.82 0.79 0.71
Hex EF 7A D6 0 31 A 6 139 4F 47
Octal 357 172 326 0 61 12 6 471 117 107
Binary 11101111 1111010 11010110 0 110001 1010 110 100111001 1001111 1000111

Color Harmonies of #EF7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AD6

Black with #EF7AD6

Text Example


Text Example

White with #EF7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AD6; }

 p { color: rgb(239,122,214); }

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

background-color css

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

 a { background-color: rgb(239,122,214); }

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

border-color css

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

 span { border-color: rgb(239,122,214); }

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