Html Css Color HEX #ED84DE Pale Magenta

📋 copy color: '#ED84DE'

red 237 ◦ green 132 ◦ blue 222

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

Shades of Pale Magenta #ED84DE

Tints of Pale Magenta #ED84DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 40.1%
G = 22.34%
B = 37.56%

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

#ED84DE (or 0xED84DE) is known color: Pale Magenta. HEX triplet: ED, 84 and DE. RGB value is (237,132,222). Sum of RGB (Red+Green+Blue) = 237+132+222=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DE is #127B21. Grayscale: #ADADAD. Windows color (decimal): -1211170 or 14583021. OLE color: 14583021.

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

Color convert

RGB 237 132 222 -
CMYK 0 0.44 0.06 0.07
HSL 308.57º 0.74% 0.72% -
HSV(B) 308.57º 0.44% 0.93% -
XYZ 56.36 39.78 73.82 -
YUV 173.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 237 132 222 0 0.44 0.06 0.07 308.57 0.74 0.72
Hex ED 84 DE 0 2C 6 7 135 4A 48
Octal 355 204 336 0 54 6 7 465 112 110
Binary 11101101 10000100 11011110 0 101100 110 111 100110101 1001010 1001000

Color Harmonies of #ED84DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84DE

Black with #ED84DE

Text Example


Text Example

White with #ED84DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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