Html Css Color HEX #ED84DB Pale Magenta

📋 copy color: '#ED84DB'

red 237 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #ED84DB

Tints of Pale Magenta #ED84DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.45%

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

R = 40.31%
G = 22.45%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED84DB (or 0xED84DB) is known color: Pale Magenta. HEX triplet: ED, 84 and DB. RGB value is (237,132,219). Sum of RGB (Red+Green+Blue) = 237+132+219=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DB is #127B24. Grayscale: #ADADAD. Windows color (decimal): -1211173 or 14386413. OLE color: 14386413.

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

Color convert

RGB 237 132 219 -
CMYK 0 0.44 0.08 0.07
HSL 310.29º 0.74% 0.72% -
HSV(B) 310.29º 0.44% 0.93% -
XYZ 55.96 39.62 71.72 -
YUV 173.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 237 132 219 0 0.44 0.08 0.07 310.29 0.74 0.72
Hex ED 84 DB 0 2C 8 7 136 4A 48
Octal 355 204 333 0 54 10 7 466 112 110
Binary 11101101 10000100 11011011 0 101100 1000 111 100110110 1001010 1001000

Color Harmonies of #ED84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84DB

Black with #ED84DB

Text Example


Text Example

White with #ED84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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