#ED78DE

Color #ED78DE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #ED78DE

Tints of Pale Magenta #ED78DE

Color information

#ED78DE (or 0xED78DE) is unknown color: approx Pale Magenta. HEX triplet: ED, 78 and DE. RGB value is (237,120,222). Sum of RGB (Red+Green+Blue) = 237+120+222=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78DE is #128721. Grayscale: #A6A6A6. Windows color (decimal): -1214242 or 14579949. OLE color: 14579949.

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

Color convert

RGB237120222-
CMYK00.490.060.07
HSL307.69º76.47%70%-
HSV(B)307.69º49.37%92.94%-
XYZ54.8336.7173.3-
YUV166.61159.26178.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 120 (47.27% from 255) = 20.73%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=40.93%
G=20.73%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712022200.490.060.07307.6976.4770
HexED78DE031671344c46
Octal35517033606167464114106
Binary11101101111100011011110011000111011110011010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78DE; }

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

 H1.HeaderClassName
 {
   color: #ED78DE;
 }
 .AnyTagClassName
 {
   color: #ED78DE;
 }
</style>
background-color css

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

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

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

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

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

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