Html Css Color HEX #EF8FDD Pale Magenta

📋 copy color: '#EF8FDD'

red 239 ◦ green 143 ◦ blue 221

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

Shades of Pale Magenta #EF8FDD

Tints of Pale Magenta #EF8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.71%

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

R = 39.64%
G = 23.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF8FDD (or 0xEF8FDD) is known color: Pale Magenta. HEX triplet: EF, 8F and DD. RGB value is (239,143,221). Sum of RGB (Red+Green+Blue) = 239+143+221=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDD is #107022. Grayscale: #B4B4B4. Windows color (decimal): -1077283 or 14520303. OLE color: 14520303.

HSL color Cylindrical-coordinate representation of color #EF8FDD: hue angle of 311.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FDD is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 221 -
CMYK 0 0.40 0.08 0.06
HSL 311.25º 0.75% 0.75% -
HSV(B) 311.25º 0.4% 0.94% -
XYZ 58.47 43.22 73.67 -
YUV 180.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 239 143 221 0 0.40 0.08 0.06 311.25 0.75 0.75
Hex EF 8F DD 0 28 8 6 137 4B 4B
Octal 357 217 335 0 50 10 6 467 113 113
Binary 11101111 10001111 11011101 0 101000 1000 110 100110111 1001011 1001011

Color Harmonies of #EF8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FDD

Black with #EF8FDD

Text Example


Text Example

White with #EF8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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