#FF70EB

Color #FF70EB Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF70EB

Tints of Pale Magenta #FF70EB

Color information

#FF70EB (or 0xFF70EB) is unknown color: approx Pale Magenta. HEX triplet: FF, 70 and EB. RGB value is (255,112,235). Sum of RGB (Red+Green+Blue) = 255+112+235=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 112 (44.14% from 255 or 18.60% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70EB is #008F14. Grayscale: #A8A8A8. Windows color (decimal): -36629 or 15429887. OLE color: 15429887.

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

Color convert

RGB255112235-
CMYK00.560.080
HSL308.39º100%71.96%-
HSV(B)308.39º56.08%100%-
XYZ62.0338.8582.83-
YUV168.78165.38189.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 112 (44.14% from 255) = 18.60%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=42.36%
G=18.60%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511223500.560.080308.3910071.96
HexFF70EB038801346448
Octal377160353070100464144110
Binary1111111111100001110101101110001000010011010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70EB; }

 p { color: rgb(255,112,235); }

 H1.HeaderClassName
 {
   color: #FF70EB;
 }
 .AnyTagClassName
 {
   color: #FF70EB;
 }
</style>
background-color css

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

 a { background-color: rgb(255,112,235); }

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

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

 span { border-color: rgb(255,112,235); }

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