Html Css Color HEX #ED7FE1 Pale Magenta

📋 copy color: '#ED7FE1'

red 237 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #ED7FE1

Tints of Pale Magenta #ED7FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 21.56%

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

R = 40.24%
G = 21.56%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED7FE1 (or 0xED7FE1) is known color: Pale Magenta. HEX triplet: ED, 7F and E1. RGB value is (237,127,225). Sum of RGB (Red+Green+Blue) = 237+127+225=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FE1 is #12801E. Grayscale: #AAAAAA. Windows color (decimal): -1212447 or 14778349. OLE color: 14778349.

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

Color convert

RGB 237 127 225 -
CMYK 0 0.46 0.05 0.07
HSL 306.55º 0.75% 0.71% -
HSV(B) 306.55º 0.46% 0.93% -
XYZ 56.11 38.62 75.73 -
YUV 171.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 237 127 225 0 0.46 0.05 0.07 306.55 0.75 0.71
Hex ED 7F E1 0 2E 5 7 133 4B 47
Octal 355 177 341 0 56 5 7 463 113 107
Binary 11101101 1111111 11100001 0 101110 101 111 100110011 1001011 1000111

Color Harmonies of #ED7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FE1

Black with #ED7FE1

Text Example


Text Example

White with #ED7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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