Html Css Color HEX #ED7CE1 Pale Magenta

📋 copy color: '#ED7CE1'

red 237 ◦ green 124 ◦ blue 225

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

Shades of Pale Magenta #ED7CE1

Tints of Pale Magenta #ED7CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.16%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 40.44%
G = 21.16%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED7CE1 (or 0xED7CE1) is known color: Pale Magenta. HEX triplet: ED, 7C and E1. RGB value is (237,124,225). Sum of RGB (Red+Green+Blue) = 237+124+225=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CE1 is #12831E. Grayscale: #A9A9A9. Windows color (decimal): -1213215 or 14777581. OLE color: 14777581.

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

Color convert

RGB 237 124 225 -
CMYK 0 0.48 0.05 0.07
HSL 306.37º 0.76% 0.71% -
HSV(B) 306.37º 0.48% 0.93% -
XYZ 55.72 37.86 75.6 -
YUV 169.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 237 124 225 0 0.48 0.05 0.07 306.37 0.76 0.71
Hex ED 7C E1 0 30 5 7 132 4C 47
Octal 355 174 341 0 60 5 7 462 114 107
Binary 11101101 1111100 11100001 0 110000 101 111 100110010 1001100 1000111

Color Harmonies of #ED7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CE1

Black with #ED7CE1

Text Example


Text Example

White with #ED7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CE1; }

 p { color: rgb(237,124,225); }

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

background-color css

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

 a { background-color: rgb(237,124,225); }

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

border-color css

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

 span { border-color: rgb(237,124,225); }

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