Html Css Color HEX #EF8BDA Pale Magenta

📋 copy color: '#EF8BDA'

red 239 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #EF8BDA

Tints of Pale Magenta #EF8BDA

RGB

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

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

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

R = 40.1%
G = 23.32%
B = 36.58%

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

#EF8BDA (or 0xEF8BDA) is known color: Pale Magenta. HEX triplet: EF, 8B and DA. RGB value is (239,139,218). Sum of RGB (Red+Green+Blue) = 239+139+218=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BDA is #107425. Grayscale: #B1B1B1. Windows color (decimal): -1078310 or 14322671. OLE color: 14322671.

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

Color convert

RGB 239 139 218 -
CMYK 0 0.42 0.09 0.06
HSL 312.6º 0.76% 0.74% -
HSV(B) 312.6º 0.42% 0.94% -
XYZ 57.48 41.88 71.38 -
YUV 177.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 239 139 218 0 0.42 0.09 0.06 312.6 0.76 0.74
Hex EF 8B DA 0 2A 9 6 139 4C 4A
Octal 357 213 332 0 52 11 6 471 114 112
Binary 11101111 10001011 11011010 0 101010 1001 110 100111001 1001100 1001010

Color Harmonies of #EF8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BDA

Black with #EF8BDA

Text Example


Text Example

White with #EF8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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