Html Css Color HEX #FF70EA Pale Magenta

📋 copy color: '#FF70EA'

red 255 ◦ green 112 ◦ blue 234

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

Shades of Pale Magenta #FF70EA

Tints of Pale Magenta #FF70EA

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.8% from 255) = 38.94%

R = 42.43%
G = 18.64%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF70EA (or 0xFF70EA) is known color: 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

RGB 255 112 234 -
CMYK 0 0.56 0.08 0
HSL 308.81º 1% 0.72% -
HSV(B) 308.81º 0.56% 1% -
XYZ 61.89 38.79 82.07 -
YUV 168.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 255 112 234 0 0.56 0.08 0 308.81 1 0.72
Hex FF 70 EA 0 38 8 0 135 64 48
Octal 377 160 352 0 70 10 0 465 144 110
Binary 11111111 1110000 11101010 0 111000 1000 0 100110101 1100100 1001000

Color Harmonies of #FF70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70EA

Black with #FF70EA

Text Example


Text Example

White with #FF70EA

Text Example


Text Example

HTML Codes & Css Web 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>