Html Css Color HEX #EF8DD5 Pale Magenta

📋 copy color: '#EF8DD5'

red 239 ◦ green 141 ◦ blue 213

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

Shades of Pale Magenta #EF8DD5

Tints of Pale Magenta #EF8DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 40.3%
G = 23.78%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF8DD5 (or 0xEF8DD5) is known color: Pale Magenta. HEX triplet: EF, 8D and D5. RGB value is (239,141,213). Sum of RGB (Red+Green+Blue) = 239+141+213=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD5 is #10722A. Grayscale: #B2B2B2. Windows color (decimal): -1077803 or 13995503. OLE color: 13995503.

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

Color convert

RGB 239 141 213 -
CMYK 0 0.41 0.11 0.06
HSL 315.92º 0.75% 0.75% -
HSV(B) 315.92º 0.41% 0.94% -
XYZ 57.13 42.2 68.09 -
YUV 178.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 239 141 213 0 0.41 0.11 0.06 315.92 0.75 0.75
Hex EF 8D D5 0 29 B 6 13C 4B 4B
Octal 357 215 325 0 51 13 6 474 113 113
Binary 11101111 10001101 11010101 0 101001 1011 110 100111100 1001011 1001011

Color Harmonies of #EF8DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DD5

Black with #EF8DD5

Text Example


Text Example

White with #EF8DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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