Html Css Color HEX #FF7EE2 Pale Magenta

📋 copy color: '#FF7EE2'

red 255 ◦ green 126 ◦ blue 226

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

Shades of Pale Magenta #FF7EE2

Tints of Pale Magenta #FF7EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.23%

R = 42.01%
G = 20.76%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF7EE2 (or 0xFF7EE2) is known color: Pale Magenta. HEX triplet: FF, 7E and E2. RGB value is (255,126,226). Sum of RGB (Red+Green+Blue) = 255+126+226=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 126 (49.61% from 255 or 20.76% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EE2 is #00811D. Grayscale: #AFAFAF. Windows color (decimal): -33054 or 14843647. OLE color: 14843647.

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

Color convert

RGB 255 126 226 -
CMYK 0 0.51 0.11 0
HSL 313.49º 1% 0.75% -
HSV(B) 313.49º 0.51% 1% -
XYZ 62.43 41.67 76.7 -
YUV 175.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 255 126 226 0 0.51 0.11 0 313.49 1 0.75
Hex FF 7E E2 0 33 B 0 139 64 4B
Octal 377 176 342 0 63 13 0 471 144 113
Binary 11111111 1111110 11100010 0 110011 1011 0 100111001 1100100 1001011

Color Harmonies of #FF7EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EE2

Black with #FF7EE2

Text Example


Text Example

White with #FF7EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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