Html Css Color HEX #EF8FDF Pale Magenta

📋 copy color: '#EF8FDF'

red 239 ◦ green 143 ◦ blue 223

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

Shades of Pale Magenta #EF8FDF

Tints of Pale Magenta #EF8FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.86%

R = 39.5%
G = 23.64%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF8FDF (or 0xEF8FDF) is known color: Pale Magenta. HEX triplet: EF, 8F and DF. RGB value is (239,143,223). Sum of RGB (Red+Green+Blue) = 239+143+223=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDF is #107020. Grayscale: #B4B4B4. Windows color (decimal): -1077281 or 14651375. OLE color: 14651375.

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

Color convert

RGB 239 143 223 -
CMYK 0 0.40 0.07 0.06
HSL 310º 0.75% 0.75% -
HSV(B) 310º 0.4% 0.94% -
XYZ 58.74 43.32 75.08 -
YUV 180.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 239 143 223 0 0.40 0.07 0.06 310 0.75 0.75
Hex EF 8F DF 0 28 7 6 136 4B 4B
Octal 357 217 337 0 50 7 6 466 113 113
Binary 11101111 10001111 11011111 0 101000 111 110 100110110 1001011 1001011

Color Harmonies of #EF8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FDF

Black with #EF8FDF

Text Example


Text Example

White with #EF8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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