Html Css Color HEX #ED7EDB Pale Magenta

📋 copy color: '#ED7EDB'

red 237 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #ED7EDB

Tints of Pale Magenta #ED7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 40.72%
G = 21.65%
B = 37.63%

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

#ED7EDB (or 0xED7EDB) is known color: Pale Magenta. HEX triplet: ED, 7E and DB. RGB value is (237,126,219). Sum of RGB (Red+Green+Blue) = 237+126+219=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EDB is #128124. Grayscale: #A9A9A9. Windows color (decimal): -1212709 or 14384877. OLE color: 14384877.

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

Color convert

RGB 237 126 219 -
CMYK 0 0.47 0.08 0.07
HSL 309.73º 0.76% 0.71% -
HSV(B) 309.73º 0.47% 0.93% -
XYZ 55.17 38.04 71.45 -
YUV 169.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 237 126 219 0 0.47 0.08 0.07 309.73 0.76 0.71
Hex ED 7E DB 0 2F 8 7 136 4C 47
Octal 355 176 333 0 57 10 7 466 114 107
Binary 11101101 1111110 11011011 0 101111 1000 111 100110110 1001100 1000111

Color Harmonies of #ED7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EDB

Black with #ED7EDB

Text Example


Text Example

White with #ED7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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