Html Css Color HEX #EF81DF Pale Magenta

📋 copy color: '#EF81DF'

red 239 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #EF81DF

Tints of Pale Magenta #EF81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 40.44%
G = 21.83%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF81DF (or 0xEF81DF) is known color: Pale Magenta. HEX triplet: EF, 81 and DF. RGB value is (239,129,223). Sum of RGB (Red+Green+Blue) = 239+129+223=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DF is #107E20. Grayscale: #ACACAC. Windows color (decimal): -1080865 or 14647791. OLE color: 14647791.

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

Color convert

RGB 239 129 223 -
CMYK 0 0.46 0.07 0.06
HSL 308.73º 0.77% 0.72% -
HSV(B) 308.73º 0.46% 0.94% -
XYZ 56.77 39.38 74.42 -
YUV 172.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 239 129 223 0 0.46 0.07 0.06 308.73 0.77 0.72
Hex EF 81 DF 0 2E 7 6 135 4D 48
Octal 357 201 337 0 56 7 6 465 115 110
Binary 11101111 10000001 11011111 0 101110 111 110 100110101 1001101 1001000

Color Harmonies of #EF81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81DF

Black with #EF81DF

Text Example


Text Example

White with #EF81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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