Html Css Color HEX #ED7EDD Pale Magenta

📋 copy color: '#ED7EDD'

red 237 ◦ green 126 ◦ blue 221

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

Shades of Pale Magenta #ED7EDD

Tints of Pale Magenta #ED7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.58%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 40.58%
G = 21.58%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED7EDD (or 0xED7EDD) is known color: Pale Magenta. HEX triplet: ED, 7E and DD. RGB value is (237,126,221). Sum of RGB (Red+Green+Blue) = 237+126+221=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EDD is #128122. Grayscale: #A9A9A9. Windows color (decimal): -1212707 or 14515949. OLE color: 14515949.

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

Color convert

RGB 237 126 221 -
CMYK 0 0.47 0.07 0.07
HSL 308.65º 0.76% 0.71% -
HSV(B) 308.65º 0.47% 0.93% -
XYZ 55.44 38.15 72.85 -
YUV 170.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 237 126 221 0 0.47 0.07 0.07 308.65 0.76 0.71
Hex ED 7E DD 0 2F 7 7 135 4C 47
Octal 355 176 335 0 57 7 7 465 114 107
Binary 11101101 1111110 11011101 0 101111 111 111 100110101 1001100 1000111

Color Harmonies of #ED7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EDD

Black with #ED7EDD

Text Example


Text Example

White with #ED7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EDD; }

 p { color: rgb(237,126,221); }

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

background-color css

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

 a { background-color: rgb(237,126,221); }

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

border-color css

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

 span { border-color: rgb(237,126,221); }

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