Html Css Color HEX #FF70E0 Pale Magenta

📋 copy color: '#FF70E0'

red 255 ◦ green 112 ◦ blue 224

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

Shades of Pale Magenta #FF70E0

Tints of Pale Magenta #FF70E0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.95%

 BLUE value IS 224 (87.89% from 255) = 37.9%

R = 43.15%
G = 18.95%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF70E0 (or 0xFF70E0) is known color: Pale Magenta. HEX triplet: FF, 70 and E0. RGB value is (255,112,224). Sum of RGB (Red+Green+Blue) = 255+112+224=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70E0 is #008F1F. Grayscale: #A7A7A7. Windows color (decimal): -36640 or 14708991. OLE color: 14708991.

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

Color convert

RGB 255 112 224 -
CMYK 0 0.56 0.12 0
HSL 313.01º 1% 0.72% -
HSV(B) 313.01º 0.56% 1% -
XYZ 60.49 38.23 74.71 -
YUV 167.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 255 112 224 0 0.56 0.12 0 313.01 1 0.72
Hex FF 70 E0 0 38 C 0 139 64 48
Octal 377 160 340 0 70 14 0 471 144 110
Binary 11111111 1110000 11100000 0 111000 1100 0 100111001 1100100 1001000

Color Harmonies of #FF70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70E0

Black with #FF70E0

Text Example


Text Example

White with #FF70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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