Html Css Color HEX #EF81DA Pale Magenta

📋 copy color: '#EF81DA'

red 239 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #EF81DA

Tints of Pale Magenta #EF81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 40.78%
G = 22.01%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF81DA (or 0xEF81DA) is known color: Pale Magenta. HEX triplet: EF, 81 and DA. RGB value is (239,129,218). Sum of RGB (Red+Green+Blue) = 239+129+218=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DA is #107E25. Grayscale: #ABABAB. Windows color (decimal): -1080870 or 14320111. OLE color: 14320111.

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

Color convert

RGB 239 129 218 -
CMYK 0 0.46 0.09 0.06
HSL 311.45º 0.77% 0.72% -
HSV(B) 311.45º 0.46% 0.94% -
XYZ 56.1 39.11 70.92 -
YUV 172.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 239 129 218 0 0.46 0.09 0.06 311.45 0.77 0.72
Hex EF 81 DA 0 2E 9 6 137 4D 48
Octal 357 201 332 0 56 11 6 467 115 110
Binary 11101111 10000001 11011010 0 101110 1001 110 100110111 1001101 1001000

Color Harmonies of #EF81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81DA

Black with #EF81DA

Text Example


Text Example

White with #EF81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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