Html Css Color HEX #FF7EE5 Pale Magenta

📋 copy color: '#FF7EE5'

red 255 ◦ green 126 ◦ blue 229

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

Shades of Pale Magenta #FF7EE5

Tints of Pale Magenta #FF7EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 41.8%
G = 20.66%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF7EE5 (or 0xFF7EE5) is known color: Pale Magenta. HEX triplet: FF, 7E and E5. RGB value is (255,126,229). Sum of RGB (Red+Green+Blue) = 255+126+229=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 126 (49.61% from 255 or 20.66% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EE5 is #00811A. Grayscale: #B0B0B0. Windows color (decimal): -33051 or 15040255. OLE color: 15040255.

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

Color convert

RGB 255 126 229 -
CMYK 0 0.51 0.10 0
HSL 312.09º 1% 0.75% -
HSV(B) 312.09º 0.51% 1% -
XYZ 62.84 41.84 78.89 -
YUV 176.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 255 126 229 0 0.51 0.10 0 312.09 1 0.75
Hex FF 7E E5 0 33 A 0 138 64 4B
Octal 377 176 345 0 63 12 0 470 144 113
Binary 11111111 1111110 11100101 0 110011 1010 0 100111000 1100100 1001011

Color Harmonies of #FF7EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EE5

Black with #FF7EE5

Text Example


Text Example

White with #FF7EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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