Html Css Color HEX #ED7BDE Pale Magenta

📋 copy color: '#ED7BDE'

red 237 ◦ green 123 ◦ blue 222

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

Shades of Pale Magenta #ED7BDE

Tints of Pale Magenta #ED7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.13%

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

R = 40.72%
G = 21.13%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED7BDE (or 0xED7BDE) is known color: Pale Magenta. HEX triplet: ED, 7B and DE. RGB value is (237,123,222). Sum of RGB (Red+Green+Blue) = 237+123+222=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BDE is #128421. Grayscale: #A8A8A8. Windows color (decimal): -1213474 or 14580717. OLE color: 14580717.

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

Color convert

RGB 237 123 222 -
CMYK 0 0.48 0.06 0.07
HSL 307.89º 0.76% 0.71% -
HSV(B) 307.89º 0.48% 0.93% -
XYZ 55.19 37.44 73.43 -
YUV 168.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 237 123 222 0 0.48 0.06 0.07 307.89 0.76 0.71
Hex ED 7B DE 0 30 6 7 134 4C 47
Octal 355 173 336 0 60 6 7 464 114 107
Binary 11101101 1111011 11011110 0 110000 110 111 100110100 1001100 1000111

Color Harmonies of #ED7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BDE

Black with #ED7BDE

Text Example


Text Example

White with #ED7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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