Html Css Color HEX #FF70E5 Pale Magenta

📋 copy color: '#FF70E5'

red 255 ◦ green 112 ◦ blue 229

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

Shades of Pale Magenta #FF70E5

Tints of Pale Magenta #FF70E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 42.79%
G = 18.79%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF70E5 (or 0xFF70E5) is known color: Pale Magenta. HEX triplet: FF, 70 and E5. RGB value is (255,112,229). Sum of RGB (Red+Green+Blue) = 255+112+229=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70E5 is #008F1A. Grayscale: #A7A7A7. Windows color (decimal): -36635 or 15036671. OLE color: 15036671.

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

Color convert

RGB 255 112 229 -
CMYK 0 0.56 0.10 0
HSL 310.91º 1% 0.72% -
HSV(B) 310.91º 0.56% 1% -
XYZ 61.18 38.51 78.34 -
YUV 168.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 255 112 229 0 0.56 0.10 0 310.91 1 0.72
Hex FF 70 E5 0 38 A 0 137 64 48
Octal 377 160 345 0 70 12 0 467 144 110
Binary 11111111 1110000 11100101 0 111000 1010 0 100110111 1100100 1001000

Color Harmonies of #FF70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70E5

Black with #FF70E5

Text Example


Text Example

White with #FF70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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