Html Css Color HEX #EF8DDD Pale Magenta

📋 copy color: '#EF8DDD'

red 239 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #EF8DDD

Tints of Pale Magenta #EF8DDD

RGB

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

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

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

R = 39.77%
G = 23.46%
B = 36.77%

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

#EF8DDD (or 0xEF8DDD) is known color: Pale Magenta. HEX triplet: EF, 8D and DD. RGB value is (239,141,221). Sum of RGB (Red+Green+Blue) = 239+141+221=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DDD is #107222. Grayscale: #B3B3B3. Windows color (decimal): -1077795 or 14519791. OLE color: 14519791.

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

Color convert

RGB 239 141 221 -
CMYK 0 0.41 0.08 0.06
HSL 311.02º 0.75% 0.75% -
HSV(B) 311.02º 0.41% 0.94% -
XYZ 58.17 42.62 73.57 -
YUV 179.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 239 141 221 0 0.41 0.08 0.06 311.02 0.75 0.75
Hex EF 8D DD 0 29 8 6 137 4B 4B
Octal 357 215 335 0 51 10 6 467 113 113
Binary 11101111 10001101 11011101 0 101001 1000 110 100110111 1001011 1001011

Color Harmonies of #EF8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DDD

Black with #EF8DDD

Text Example


Text Example

White with #EF8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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