#FF70EA

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

Shades of Pale Magenta #FF70EA

Tints of Pale Magenta #FF70EA

Color information

#FF70EA (or 0xFF70EA) is unknown color: approx Pale Magenta. HEX triplet: FF, 70 and EA. RGB value is (255,112,234). Sum of RGB (Red+Green+Blue) = 255+112+234=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 112 (44.14% from 255 or 18.64% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF70EA is #008F15. Grayscale: #A8A8A8. Windows color (decimal): -36630 or 15364351. OLE color: 15364351.

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

Color convert

RGB255112234-
CMYK00.560.080
HSL308.81º100%71.96%-
HSV(B)308.81º56.08%100%-
XYZ61.8938.7982.07-
YUV168.66164.88189.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 112 (44.14% from 255) = 18.64%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=42.43%
G=18.64%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511223400.560.080308.8110071.96
HexFF70EA038801356448
Octal377160352070100465144110
Binary1111111111100001110101001110001000010011010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70EA; }

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

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

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

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

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

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

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

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