Html Css Color HEX #FF7ED7 Pale Magenta

📋 copy color: '#FF7ED7'

red 255 ◦ green 126 ◦ blue 215

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

Shades of Pale Magenta #FF7ED7

Tints of Pale Magenta #FF7ED7

RGB

 RED value IS 255 (100% from 255) = 42.79%

 GREEN value IS 126 (49.61% from 255) = 21.14%

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 42.79%
G = 21.14%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7ED7 (or 0xFF7ED7) is known color: Pale Magenta. HEX triplet: FF, 7E and D7. RGB value is (255,126,215). Sum of RGB (Red+Green+Blue) = 255+126+215=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED7 is #008128. Grayscale: #AEAEAE. Windows color (decimal): -33065 or 14122751. OLE color: 14122751.

HSL color Cylindrical-coordinate representation of color #FF7ED7: hue angle of 318.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7ED7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 215 -
CMYK 0 0.51 0.16 0
HSL 318.6º 1% 0.75% -
HSV(B) 318.6º 0.51% 1% -
XYZ 60.97 41.09 69.01 -
YUV 174.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 255 126 215 0 0.51 0.16 0 318.6 1 0.75
Hex FF 7E D7 0 33 10 0 13F 64 4B
Octal 377 176 327 0 63 20 0 477 144 113
Binary 11111111 1111110 11010111 0 110011 10000 0 100111111 1100100 1001011

Color Harmonies of #FF7ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ED7

Black with #FF7ED7

Text Example


Text Example

White with #FF7ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ED7; }

 p { color: rgb(255,126,215); }

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

background-color css

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

 a { background-color: rgb(255,126,215); }

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

border-color css

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

 span { border-color: rgb(255,126,215); }

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