Html Css Color HEX #EF81DB Pale Magenta

📋 copy color: '#EF81DB'

red 239 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #EF81DB

Tints of Pale Magenta #EF81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 40.72%
G = 21.98%
B = 37.31%

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

#EF81DB (or 0xEF81DB) is known color: Pale Magenta. HEX triplet: EF, 81 and DB. RGB value is (239,129,219). Sum of RGB (Red+Green+Blue) = 239+129+219=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF81DB is #107E24. Grayscale: #ABABAB. Windows color (decimal): -1080869 or 14385647. OLE color: 14385647.

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

Color convert

RGB 239 129 219 -
CMYK 0 0.46 0.08 0.06
HSL 310.91º 0.77% 0.72% -
HSV(B) 310.91º 0.46% 0.94% -
XYZ 56.23 39.17 71.61 -
YUV 172.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 239 129 219 0 0.46 0.08 0.06 310.91 0.77 0.72
Hex EF 81 DB 0 2E 8 6 137 4D 48
Octal 357 201 333 0 56 10 6 467 115 110
Binary 11101111 10000001 11011011 0 101110 1000 110 100110111 1001101 1001000

Color Harmonies of #EF81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF81DB

Black with #EF81DB

Text Example


Text Example

White with #EF81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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