Html Css Color HEX #FF8EE2 Pale Magenta

📋 copy color: '#FF8EE2'

red 255 ◦ green 142 ◦ blue 226

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

Shades of Pale Magenta #FF8EE2

Tints of Pale Magenta #FF8EE2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.79%

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

R = 40.93%
G = 22.79%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF8EE2 (or 0xFF8EE2) is known color: Pale Magenta. HEX triplet: FF, 8E and E2. RGB value is (255,142,226). Sum of RGB (Red+Green+Blue) = 255+142+226=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 142 (55.86% from 255 or 22.79% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EE2 is #00711D. Grayscale: #B9B9B9. Windows color (decimal): -28958 or 14847743. OLE color: 14847743.

HSL color Cylindrical-coordinate representation of color #FF8EE2: hue angle of 315.4º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EE2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 142 226 -
CMYK 0 0.44 0.11 0
HSL 315.4º 1% 0.78% -
HSV(B) 315.4º 0.44% 1% -
XYZ 64.64 46.1 77.44 -
YUV 185.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 255 142 226 0 0.44 0.11 0 315.4 1 0.78
Hex FF 8E E2 0 2C B 0 13B 64 4E
Octal 377 216 342 0 54 13 0 473 144 116
Binary 11111111 10001110 11100010 0 101100 1011 0 100111011 1100100 1001110

Color Harmonies of #FF8EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8EE2

Black with #FF8EE2

Text Example


Text Example

White with #FF8EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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