Html Css Color HEX #FF7EDD Pale Magenta

📋 copy color: '#FF7EDD'

red 255 ◦ green 126 ◦ blue 221

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

Shades of Pale Magenta #FF7EDD

Tints of Pale Magenta #FF7EDD

RGB

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

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

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

R = 42.36%
G = 20.93%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7EDD (or 0xFF7EDD) is known color: Pale Magenta. HEX triplet: FF, 7E and DD. RGB value is (255,126,221). Sum of RGB (Red+Green+Blue) = 255+126+221=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EDD is #008122. Grayscale: #AFAFAF. Windows color (decimal): -33059 or 14515967. OLE color: 14515967.

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

Color convert

RGB 255 126 221 -
CMYK 0 0.51 0.13 0
HSL 315.81º 1% 0.75% -
HSV(B) 315.81º 0.51% 1% -
XYZ 61.75 41.4 73.14 -
YUV 175.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 255 126 221 0 0.51 0.13 0 315.81 1 0.75
Hex FF 7E DD 0 33 D 0 13C 64 4B
Octal 377 176 335 0 63 15 0 474 144 113
Binary 11111111 1111110 11011101 0 110011 1101 0 100111100 1100100 1001011

Color Harmonies of #FF7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EDD

Black with #FF7EDD

Text Example


Text Example

White with #FF7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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