Html Css Color HEX #FF7EEE Pale Magenta

📋 copy color: '#FF7EEE'

red 255 ◦ green 126 ◦ blue 238

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

Shades of Pale Magenta #FF7EEE

Tints of Pale Magenta #FF7EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 41.2%
G = 20.36%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF7EEE (or 0xFF7EEE) is known color: Pale Magenta. HEX triplet: FF, 7E and EE. RGB value is (255,126,238). Sum of RGB (Red+Green+Blue) = 255+126+238=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 126 (49.61% from 255 or 20.36% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EEE is #008111. Grayscale: #B1B1B1. Windows color (decimal): -33042 or 15630079. OLE color: 15630079.

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

Color convert

RGB 255 126 238 -
CMYK 0 0.51 0.07 0
HSL 307.91º 1% 0.75% -
HSV(B) 307.91º 0.51% 1% -
XYZ 64.13 42.35 85.68 -
YUV 177.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 255 126 238 0 0.51 0.07 0 307.91 1 0.75
Hex FF 7E EE 0 33 7 0 134 64 4B
Octal 377 176 356 0 63 7 0 464 144 113
Binary 11111111 1111110 11101110 0 110011 111 0 100110100 1100100 1001011

Color Harmonies of #FF7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EEE

Black with #FF7EEE

Text Example


Text Example

White with #FF7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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