Html Css Color HEX #EF7BD6 Pale Magenta

📋 copy color: '#EF7BD6'

red 239 ◦ green 123 ◦ blue 214

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

Shades of Pale Magenta #EF7BD6

Tints of Pale Magenta #EF7BD6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.35%

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

R = 41.49%
G = 21.35%
B = 37.15%

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

#EF7BD6 (or 0xEF7BD6) is known color: Pale Magenta. HEX triplet: EF, 7B and D6. RGB value is (239,123,214). Sum of RGB (Red+Green+Blue) = 239+123+214=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BD6 is #108429. Grayscale: #A7A7A7. Windows color (decimal): -1082410 or 14056431. OLE color: 14056431.

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

Color convert

RGB 239 123 214 -
CMYK 0 0.49 0.10 0.06
HSL 312.93º 0.78% 0.71% -
HSV(B) 312.93º 0.49% 0.94% -
XYZ 54.82 37.37 67.94 -
YUV 168.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 239 123 214 0 0.49 0.10 0.06 312.93 0.78 0.71
Hex EF 7B D6 0 31 A 6 139 4E 47
Octal 357 173 326 0 61 12 6 471 116 107
Binary 11101111 1111011 11010110 0 110001 1010 110 100111001 1001110 1000111

Color Harmonies of #EF7BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BD6

Black with #EF7BD6

Text Example


Text Example

White with #EF7BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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