Html Css Color HEX #ED7BDC Pale Magenta

📋 copy color: '#ED7BDC'

red 237 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #ED7BDC

Tints of Pale Magenta #ED7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.21%

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

R = 40.86%
G = 21.21%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED7BDC (or 0xED7BDC) is known color: Pale Magenta. HEX triplet: ED, 7B and DC. RGB value is (237,123,220). Sum of RGB (Red+Green+Blue) = 237+123+220=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BDC is #128423. Grayscale: #A7A7A7. Windows color (decimal): -1213476 or 14449645. OLE color: 14449645.

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

Color convert

RGB 237 123 220 -
CMYK 0 0.48 0.07 0.07
HSL 308.95º 0.76% 0.71% -
HSV(B) 308.95º 0.48% 0.93% -
XYZ 54.93 37.34 72.02 -
YUV 168.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 237 123 220 0 0.48 0.07 0.07 308.95 0.76 0.71
Hex ED 7B DC 0 30 7 7 135 4C 47
Octal 355 173 334 0 60 7 7 465 114 107
Binary 11101101 1111011 11011100 0 110000 111 111 100110101 1001100 1000111

Color Harmonies of #ED7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BDC

Black with #ED7BDC

Text Example


Text Example

White with #ED7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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