Html Css Color HEX #ED7ADE Pale Magenta

📋 copy color: '#ED7ADE'

red 237 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #ED7ADE

Tints of Pale Magenta #ED7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21%

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

R = 40.79%
G = 21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED7ADE (or 0xED7ADE) is known color: Pale Magenta. HEX triplet: ED, 7A and DE. RGB value is (237,122,222). Sum of RGB (Red+Green+Blue) = 237+122+222=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ADE is #128521. Grayscale: #A7A7A7. Windows color (decimal): -1213730 or 14580461. OLE color: 14580461.

HSL color Cylindrical-coordinate representation of color #ED7ADE: hue angle of 307.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7ADE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 222 -
CMYK 0 0.49 0.06 0.07
HSL 307.83º 0.76% 0.7% -
HSV(B) 307.83º 0.49% 0.93% -
XYZ 55.07 37.2 73.38 -
YUV 167.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 237 122 222 0 0.49 0.06 0.07 307.83 0.76 0.7
Hex ED 7A DE 0 31 6 7 134 4C 46
Octal 355 172 336 0 61 6 7 464 114 106
Binary 11101101 1111010 11011110 0 110001 110 111 100110100 1001100 1000110

Color Harmonies of #ED7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ADE

Black with #ED7ADE

Text Example


Text Example

White with #ED7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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