Html Css Color HEX #EF8ADE Pale Magenta

📋 copy color: '#EF8ADE'

red 239 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #EF8ADE

Tints of Pale Magenta #EF8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.04%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 39.9%
G = 23.04%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF8ADE (or 0xEF8ADE) is known color: Pale Magenta. HEX triplet: EF, 8A and DE. RGB value is (239,138,222). Sum of RGB (Red+Green+Blue) = 239+138+222=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ADE is #107521. Grayscale: #B1B1B1. Windows color (decimal): -1078562 or 14584559. OLE color: 14584559.

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

Color convert

RGB 239 138 222 -
CMYK 0 0.42 0.07 0.06
HSL 310.1º 0.76% 0.74% -
HSV(B) 310.1º 0.42% 0.94% -
XYZ 57.87 41.8 74.13 -
YUV 177.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 239 138 222 0 0.42 0.07 0.06 310.1 0.76 0.74
Hex EF 8A DE 0 2A 7 6 136 4C 4A
Octal 357 212 336 0 52 7 6 466 114 112
Binary 11101111 10001010 11011110 0 101010 111 110 100110110 1001100 1001010

Color Harmonies of #EF8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8ADE

Black with #EF8ADE

Text Example


Text Example

White with #EF8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8ADE; }

 p { color: rgb(239,138,222); }

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

background-color css

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

 a { background-color: rgb(239,138,222); }

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

border-color css

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

 span { border-color: rgb(239,138,222); }

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