Html Css Color HEX #EF81DC Pale Magenta

📋 copy color: '#EF81DC'

red 239 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #EF81DC

Tints of Pale Magenta #EF81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.94%

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

R = 40.65%
G = 21.94%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF81DC (or 0xEF81DC) is known color: Pale Magenta. HEX triplet: EF, 81 and DC. RGB value is (239,129,220). Sum of RGB (Red+Green+Blue) = 239+129+220=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DC is #107E23. Grayscale: #ACACAC. Windows color (decimal): -1080868 or 14451183. OLE color: 14451183.

HSL color Cylindrical-coordinate representation of color #EF81DC: hue angle of 310.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF81DC is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 220 -
CMYK 0 0.46 0.08 0.06
HSL 310.36º 0.77% 0.72% -
HSV(B) 310.36º 0.46% 0.94% -
XYZ 56.37 39.22 72.31 -
YUV 172.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 239 129 220 0 0.46 0.08 0.06 310.36 0.77 0.72
Hex EF 81 DC 0 2E 8 6 136 4D 48
Octal 357 201 334 0 56 10 6 466 115 110
Binary 11101111 10000001 11011100 0 101110 1000 110 100110110 1001101 1001000

Color Harmonies of #EF81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81DC

Black with #EF81DC

Text Example


Text Example

White with #EF81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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