Html Css Color HEX #ED8FD4 Pale Magenta

📋 copy color: '#ED8FD4'

red 237 ◦ green 143 ◦ blue 212

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

Shades of Pale Magenta #ED8FD4

Tints of Pale Magenta #ED8FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.81%

R = 40.03%
G = 24.16%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED8FD4 (or 0xED8FD4) is known color: Pale Magenta. HEX triplet: ED, 8F and D4. RGB value is (237,143,212). Sum of RGB (Red+Green+Blue) = 237+143+212=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD4 is #12702B. Grayscale: #B2B2B2. Windows color (decimal): -1208364 or 13930477. OLE color: 13930477.

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

Color convert

RGB 237 143 212 -
CMYK 0 0.40 0.11 0.07
HSL 315.96º 0.72% 0.75% -
HSV(B) 315.96º 0.4% 0.93% -
XYZ 56.63 42.4 67.49 -
YUV 178.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 237 143 212 0 0.40 0.11 0.07 315.96 0.72 0.75
Hex ED 8F D4 0 28 B 7 13C 48 4B
Octal 355 217 324 0 50 13 7 474 110 113
Binary 11101101 10001111 11010100 0 101000 1011 111 100111100 1001000 1001011

Color Harmonies of #ED8FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FD4

Black with #ED8FD4

Text Example


Text Example

White with #ED8FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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