Html Css Color HEX #EF8DDB Pale Magenta

📋 copy color: '#EF8DDB'

red 239 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #EF8DDB

Tints of Pale Magenta #EF8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.54%

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

R = 39.9%
G = 23.54%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF8DDB (or 0xEF8DDB) is known color: Pale Magenta. HEX triplet: EF, 8D and DB. RGB value is (239,141,219). Sum of RGB (Red+Green+Blue) = 239+141+219=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDB is #107224. Grayscale: #B2B2B2. Windows color (decimal): -1077797 or 14388719. OLE color: 14388719.

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

Color convert

RGB 239 141 219 -
CMYK 0 0.41 0.08 0.06
HSL 312.24º 0.75% 0.75% -
HSV(B) 312.24º 0.41% 0.94% -
XYZ 57.91 42.51 72.17 -
YUV 179.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 239 141 219 0 0.41 0.08 0.06 312.24 0.75 0.75
Hex EF 8D DB 0 29 8 6 138 4B 4B
Octal 357 215 333 0 51 10 6 470 113 113
Binary 11101111 10001101 11011011 0 101001 1000 110 100111000 1001011 1001011

Color Harmonies of #EF8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DDB

Black with #EF8DDB

Text Example


Text Example

White with #EF8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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