Html Css Color HEX #EF8DDE Pale Magenta

📋 copy color: '#EF8DDE'

red 239 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #EF8DDE

Tints of Pale Magenta #EF8DDE

RGB

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

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

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

R = 39.7%
G = 23.42%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF8DDE (or 0xEF8DDE) is known color: Pale Magenta. HEX triplet: EF, 8D and DE. RGB value is (239,141,222). Sum of RGB (Red+Green+Blue) = 239+141+222=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDE is #107221. Grayscale: #B3B3B3. Windows color (decimal): -1077794 or 14585327. OLE color: 14585327.

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

Color convert

RGB 239 141 222 -
CMYK 0 0.41 0.07 0.06
HSL 310.41º 0.75% 0.75% -
HSV(B) 310.41º 0.41% 0.94% -
XYZ 58.31 42.67 74.27 -
YUV 179.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 239 141 222 0 0.41 0.07 0.06 310.41 0.75 0.75
Hex EF 8D DE 0 29 7 6 136 4B 4B
Octal 357 215 336 0 51 7 6 466 113 113
Binary 11101111 10001101 11011110 0 101001 111 110 100110110 1001011 1001011

Color Harmonies of #EF8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DDE

Black with #EF8DDE

Text Example


Text Example

White with #EF8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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