Html Css Color HEX #EF8EDD Pale Magenta

📋 copy color: '#EF8EDD'

red 239 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #EF8EDD

Tints of Pale Magenta #EF8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.59%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 39.7%
G = 23.59%
B = 36.71%

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

#EF8EDD (or 0xEF8EDD) is known color: Pale Magenta. HEX triplet: EF, 8E and DD. RGB value is (239,142,221). Sum of RGB (Red+Green+Blue) = 239+142+221=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EDD is #107122. Grayscale: #B3B3B3. Windows color (decimal): -1077539 or 14520047. OLE color: 14520047.

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

Color convert

RGB 239 142 221 -
CMYK 0 0.41 0.08 0.06
HSL 311.13º 0.75% 0.75% -
HSV(B) 311.13º 0.41% 0.94% -
XYZ 58.32 42.92 73.62 -
YUV 180.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 239 142 221 0 0.41 0.08 0.06 311.13 0.75 0.75
Hex EF 8E DD 0 29 8 6 137 4B 4B
Octal 357 216 335 0 51 10 6 467 113 113
Binary 11101111 10001110 11011101 0 101001 1000 110 100110111 1001011 1001011

Color Harmonies of #EF8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EDD

Black with #EF8EDD

Text Example


Text Example

White with #EF8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EDD; }

 p { color: rgb(239,142,221); }

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

background-color css

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

 a { background-color: rgb(239,142,221); }

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

border-color css

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

 span { border-color: rgb(239,142,221); }

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