Html Css Color HEX #EF8FDE Pale Magenta

📋 copy color: '#EF8FDE'

red 239 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #EF8FDE

Tints of Pale Magenta #EF8FDE

RGB

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

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

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

R = 39.57%
G = 23.68%
B = 36.75%

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

#EF8FDE (or 0xEF8FDE) is known color: Pale Magenta. HEX triplet: EF, 8F and DE. RGB value is (239,143,222). Sum of RGB (Red+Green+Blue) = 239+143+222=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FDE is #107021. Grayscale: #B4B4B4. Windows color (decimal): -1077282 or 14585839. OLE color: 14585839.

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

Color convert

RGB 239 143 222 -
CMYK 0 0.40 0.07 0.06
HSL 310.63º 0.75% 0.75% -
HSV(B) 310.63º 0.4% 0.94% -
XYZ 58.6 43.27 74.37 -
YUV 180.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 239 143 222 0 0.40 0.07 0.06 310.63 0.75 0.75
Hex EF 8F DE 0 28 7 6 137 4B 4B
Octal 357 217 336 0 50 7 6 467 113 113
Binary 11101111 10001111 11011110 0 101000 111 110 100110111 1001011 1001011

Color Harmonies of #EF8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FDE

Black with #EF8FDE

Text Example


Text Example

White with #EF8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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