Html Css Color HEX #ED8FD5 Pale Magenta

📋 copy color: '#ED8FD5'

red 237 ◦ green 143 ◦ blue 213

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

Shades of Pale Magenta #ED8FD5

Tints of Pale Magenta #ED8FD5

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

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

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

R = 39.97%
G = 24.11%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED8FD5 (or 0xED8FD5) is known color: Pale Magenta. HEX triplet: ED, 8F and D5. RGB value is (237,143,213). Sum of RGB (Red+Green+Blue) = 237+143+213=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD5 is #12702A. Grayscale: #B2B2B2. Windows color (decimal): -1208363 or 13996013. OLE color: 13996013.

HSL color Cylindrical-coordinate representation of color #ED8FD5: hue angle of 315.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FD5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 213 -
CMYK 0 0.40 0.10 0.07
HSL 315.32º 0.72% 0.75% -
HSV(B) 315.32º 0.4% 0.93% -
XYZ 56.76 42.45 68.15 -
YUV 179.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 237 143 213 0 0.40 0.10 0.07 315.32 0.72 0.75
Hex ED 8F D5 0 28 A 7 13B 48 4B
Octal 355 217 325 0 50 12 7 473 110 113
Binary 11101101 10001111 11010101 0 101000 1010 111 100111011 1001000 1001011

Color Harmonies of #ED8FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FD5

Black with #ED8FD5

Text Example


Text Example

White with #ED8FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FD5; }

 p { color: rgb(237,143,213); }

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

background-color css

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

 a { background-color: rgb(237,143,213); }

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

border-color css

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

 span { border-color: rgb(237,143,213); }

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