Html Css Color HEX #ED84DF Pale Magenta

📋 copy color: '#ED84DF'

red 237 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #ED84DF

Tints of Pale Magenta #ED84DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 40.03%
G = 22.3%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED84DF (or 0xED84DF) is known color: Pale Magenta. HEX triplet: ED, 84 and DF. RGB value is (237,132,223). Sum of RGB (Red+Green+Blue) = 237+132+223=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DF is #127B20. Grayscale: #ADADAD. Windows color (decimal): -1211169 or 14648557. OLE color: 14648557.

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

Color convert

RGB 237 132 223 -
CMYK 0 0.44 0.06 0.07
HSL 308º 0.74% 0.72% -
HSV(B) 308º 0.44% 0.93% -
XYZ 56.5 39.83 74.52 -
YUV 173.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 237 132 223 0 0.44 0.06 0.07 308 0.74 0.72
Hex ED 84 DF 0 2C 6 7 134 4A 48
Octal 355 204 337 0 54 6 7 464 112 110
Binary 11101101 10000100 11011111 0 101100 110 111 100110100 1001010 1001000

Color Harmonies of #ED84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84DF

Black with #ED84DF

Text Example


Text Example

White with #ED84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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