Html Css Color HEX #EF7BDC Pale Magenta

📋 copy color: '#EF7BDC'

red 239 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #EF7BDC

Tints of Pale Magenta #EF7BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 41.07%
G = 21.13%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF7BDC (or 0xEF7BDC) is known color: Pale Magenta. HEX triplet: EF, 7B and DC. RGB value is (239,123,220). Sum of RGB (Red+Green+Blue) = 239+123+220=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BDC is #108423. Grayscale: #A8A8A8. Windows color (decimal): -1082404 or 14449647. OLE color: 14449647.

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

Color convert

RGB 239 123 220 -
CMYK 0 0.49 0.08 0.06
HSL 309.83º 0.78% 0.71% -
HSV(B) 309.83º 0.49% 0.94% -
XYZ 55.6 37.68 72.05 -
YUV 168.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 239 123 220 0 0.49 0.08 0.06 309.83 0.78 0.71
Hex EF 7B DC 0 31 8 6 136 4E 47
Octal 357 173 334 0 61 10 6 466 116 107
Binary 11101111 1111011 11011100 0 110001 1000 110 100110110 1001110 1000111

Color Harmonies of #EF7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BDC

Black with #EF7BDC

Text Example


Text Example

White with #EF7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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