Html Css Color HEX #FE7EE4 Pale Magenta

📋 copy color: '#FE7EE4'

red 254 ◦ green 126 ◦ blue 228

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

Shades of Pale Magenta #FE7EE4

Tints of Pale Magenta #FE7EE4

RGB

 RED value IS 254 (99.61% from 255) = 41.78%

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 41.78%
G = 20.72%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE7EE4 (or 0xFE7EE4) is known color: Pale Magenta. HEX triplet: FE, 7E and E4. RGB value is (254,126,228). Sum of RGB (Red+Green+Blue) = 254+126+228=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EE4 is #01811B. Grayscale: #AFAFAF. Windows color (decimal): -98588 or 14974718. OLE color: 14974718.

HSL color Cylindrical-coordinate representation of color #FE7EE4: hue angle of 312.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EE4 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 228 -
CMYK 0 0.50 0.10 0.00
HSL 312.19º 0.98% 0.75% -
HSV(B) 312.19º 0.5% 1% -
XYZ 62.34 41.59 78.14 -
YUV 175.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 254 126 228 0 0.50 0.10 0.00 312.19 0.98 0.75
Hex FE 7E E4 0 32 A 0 138 62 4B
Octal 376 176 344 0 62 12 0 470 142 113
Binary 11111110 1111110 11100100 0 110010 1010 0 100111000 1100010 1001011

Color Harmonies of #FE7EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7EE4

Black with #FE7EE4

Text Example


Text Example

White with #FE7EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7EE4; }

 p { color: rgb(254,126,228); }

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

background-color css

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

 a { background-color: rgb(254,126,228); }

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

border-color css

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

 span { border-color: rgb(254,126,228); }

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