Html Css Color HEX #ED76DB Pale Magenta

📋 copy color: '#ED76DB'

red 237 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #ED76DB

Tints of Pale Magenta #ED76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.56%

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

R = 41.29%
G = 20.56%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED76DB (or 0xED76DB) is known color: Pale Magenta. HEX triplet: ED, 76 and DB. RGB value is (237,118,219). Sum of RGB (Red+Green+Blue) = 237+118+219=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED76DB is #128924. Grayscale: #A4A4A4. Windows color (decimal): -1214757 or 14382829. OLE color: 14382829.

HSL color Cylindrical-coordinate representation of color #ED76DB: hue angle of 309.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED76DB is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 219 -
CMYK 0 0.50 0.08 0.07
HSL 309.08º 0.77% 0.7% -
HSV(B) 309.08º 0.5% 0.93% -
XYZ 54.19 36.08 71.13 -
YUV 165.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 237 118 219 0 0.50 0.08 0.07 309.08 0.77 0.7
Hex ED 76 DB 0 32 8 7 135 4D 46
Octal 355 166 333 0 62 10 7 465 115 106
Binary 11101101 1110110 11011011 0 110010 1000 111 100110101 1001101 1000110

Color Harmonies of #ED76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76DB

Black with #ED76DB

Text Example


Text Example

White with #ED76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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