Html Css Color HEX #EF8ED3 Pale Magenta

📋 copy color: '#EF8ED3'

red 239 ◦ green 142 ◦ blue 211

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

Shades of Pale Magenta #EF8ED3

Tints of Pale Magenta #EF8ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 40.37%
G = 23.99%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF8ED3 (or 0xEF8ED3) is known color: Pale Magenta. HEX triplet: EF, 8E and D3. RGB value is (239,142,211). Sum of RGB (Red+Green+Blue) = 239+142+211=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ED3 is #10712C. Grayscale: #B2B2B2. Windows color (decimal): -1077549 or 13864687. OLE color: 13864687.

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

Color convert

RGB 239 142 211 -
CMYK 0 0.41 0.12 0.06
HSL 317.32º 0.75% 0.75% -
HSV(B) 317.32º 0.41% 0.94% -
XYZ 57.03 42.4 66.81 -
YUV 178.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 239 142 211 0 0.41 0.12 0.06 317.32 0.75 0.75
Hex EF 8E D3 0 29 C 6 13D 4B 4B
Octal 357 216 323 0 51 14 6 475 113 113
Binary 11101111 10001110 11010011 0 101001 1100 110 100111101 1001011 1001011

Color Harmonies of #EF8ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8ED3

Black with #EF8ED3

Text Example


Text Example

White with #EF8ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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