Html Css Color HEX #ED78DD Pale Magenta

📋 copy color: '#ED78DD'

red 237 ◦ green 120 ◦ blue 221

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

Shades of Pale Magenta #ED78DD

Tints of Pale Magenta #ED78DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.76%

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 41%
G = 20.76%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED78DD (or 0xED78DD) is known color: Pale Magenta. HEX triplet: ED, 78 and DD. RGB value is (237,120,221). Sum of RGB (Red+Green+Blue) = 237+120+221=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78DD is #128722. Grayscale: #A6A6A6. Windows color (decimal): -1214243 or 14514413. OLE color: 14514413.

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

Color convert

RGB 237 120 221 -
CMYK 0 0.49 0.07 0.07
HSL 308.21º 0.76% 0.7% -
HSV(B) 308.21º 0.49% 0.93% -
XYZ 54.69 36.66 72.6 -
YUV 166.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 237 120 221 0 0.49 0.07 0.07 308.21 0.76 0.7
Hex ED 78 DD 0 31 7 7 134 4C 46
Octal 355 170 335 0 61 7 7 464 114 106
Binary 11101101 1111000 11011101 0 110001 111 111 100110100 1001100 1000110

Color Harmonies of #ED78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78DD

Black with #ED78DD

Text Example


Text Example

White with #ED78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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