Html Css Color HEX #ED7DDA Pale Magenta

📋 copy color: '#ED7DDA'

red 237 ◦ green 125 ◦ blue 218

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

Shades of Pale Magenta #ED7DDA

Tints of Pale Magenta #ED7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.55%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 40.86%
G = 21.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED7DDA (or 0xED7DDA) is known color: Pale Magenta. HEX triplet: ED, 7D and DA. RGB value is (237,125,218). Sum of RGB (Red+Green+Blue) = 237+125+218=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DDA is #128225. Grayscale: #A8A8A8. Windows color (decimal): -1212966 or 14319085. OLE color: 14319085.

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

Color convert

RGB 237 125 218 -
CMYK 0 0.47 0.08 0.07
HSL 310.18º 0.76% 0.71% -
HSV(B) 310.18º 0.47% 0.93% -
XYZ 54.91 37.73 70.72 -
YUV 169.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 237 125 218 0 0.47 0.08 0.07 310.18 0.76 0.71
Hex ED 7D DA 0 2F 8 7 136 4C 47
Octal 355 175 332 0 57 10 7 466 114 107
Binary 11101101 1111101 11011010 0 101111 1000 111 100110110 1001100 1000111

Color Harmonies of #ED7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DDA

Black with #ED7DDA

Text Example


Text Example

White with #ED7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DDA; }

 p { color: rgb(237,125,218); }

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

background-color css

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

 a { background-color: rgb(237,125,218); }

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

border-color css

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

 span { border-color: rgb(237,125,218); }

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