Html Css Color HEX #EF8BD9 Pale Magenta

📋 copy color: '#EF8BD9'

red 239 ◦ green 139 ◦ blue 217

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

Shades of Pale Magenta #EF8BD9

Tints of Pale Magenta #EF8BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.36%

 BLUE value IS 217 (85.16% from 255) = 36.47%

R = 40.17%
G = 23.36%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF8BD9 (or 0xEF8BD9) is known color: Pale Magenta. HEX triplet: EF, 8B and D9. RGB value is (239,139,217). Sum of RGB (Red+Green+Blue) = 239+139+217=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BD9 is #107426. Grayscale: #B1B1B1. Windows color (decimal): -1078311 or 14257135. OLE color: 14257135.

HSL color Cylindrical-coordinate representation of color #EF8BD9: hue angle of 313.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8BD9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 139 217 -
CMYK 0 0.42 0.09 0.06
HSL 313.2º 0.76% 0.74% -
HSV(B) 313.2º 0.42% 0.94% -
XYZ 57.35 41.83 70.7 -
YUV 177.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 239 139 217 0 0.42 0.09 0.06 313.2 0.76 0.74
Hex EF 8B D9 0 2A 9 6 139 4C 4A
Octal 357 213 331 0 52 11 6 471 114 112
Binary 11101111 10001011 11011001 0 101010 1001 110 100111001 1001100 1001010

Color Harmonies of #EF8BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BD9

Black with #EF8BD9

Text Example


Text Example

White with #EF8BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BD9; }

 p { color: rgb(239,139,217); }

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

background-color css

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

 a { background-color: rgb(239,139,217); }

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

border-color css

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

 span { border-color: rgb(239,139,217); }

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