Html Css Color HEX #FF7EEA Pale Magenta

📋 copy color: '#FF7EEA'

red 255 ◦ green 126 ◦ blue 234

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

Shades of Pale Magenta #FF7EEA

Tints of Pale Magenta #FF7EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 41.46%
G = 20.49%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF7EEA (or 0xFF7EEA) is known color: Pale Magenta. HEX triplet: FF, 7E and EA. RGB value is (255,126,234). Sum of RGB (Red+Green+Blue) = 255+126+234=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EEA is #008115. Grayscale: #B0B0B0. Windows color (decimal): -33046 or 15367935. OLE color: 15367935.

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

Color convert

RGB 255 126 234 -
CMYK 0 0.51 0.08 0
HSL 309.77º 1% 0.75% -
HSV(B) 309.77º 0.51% 1% -
XYZ 63.55 42.12 82.62 -
YUV 176.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 255 126 234 0 0.51 0.08 0 309.77 1 0.75
Hex FF 7E EA 0 33 8 0 136 64 4B
Octal 377 176 352 0 63 10 0 466 144 113
Binary 11111111 1111110 11101010 0 110011 1000 0 100110110 1100100 1001011

Color Harmonies of #FF7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EEA

Black with #FF7EEA

Text Example


Text Example

White with #FF7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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