Html Css Color HEX #ED8CDC Pale Magenta

📋 copy color: '#ED8CDC'

red 237 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #ED8CDC

Tints of Pale Magenta #ED8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.45%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 39.7%
G = 23.45%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED8CDC (or 0xED8CDC) is known color: Pale Magenta. HEX triplet: ED, 8C and DC. RGB value is (237,140,220). Sum of RGB (Red+Green+Blue) = 237+140+220=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 140 (55.08% from 255 or 23.45% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CDC is #127323. Grayscale: #B1B1B1. Windows color (decimal): -1209124 or 14453997. OLE color: 14453997.

HSL color Cylindrical-coordinate representation of color #ED8CDC: hue angle of 310.52º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CDC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 220 -
CMYK 0 0.41 0.07 0.07
HSL 310.52º 0.73% 0.74% -
HSV(B) 310.52º 0.41% 0.93% -
XYZ 57.22 41.93 72.79 -
YUV 178.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 237 140 220 0 0.41 0.07 0.07 310.52 0.73 0.74
Hex ED 8C DC 0 29 7 7 137 49 4A
Octal 355 214 334 0 51 7 7 467 111 112
Binary 11101101 10001100 11011100 0 101001 111 111 100110111 1001001 1001010

Color Harmonies of #ED8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CDC

Black with #ED8CDC

Text Example


Text Example

White with #ED8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CDC; }

 p { color: rgb(237,140,220); }

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

background-color css

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

 a { background-color: rgb(237,140,220); }

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

border-color css

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

 span { border-color: rgb(237,140,220); }

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