Html Css Color HEX #FF70EB Pale Magenta

📋 copy color: '#FF70EB'

red 255 ◦ green 112 ◦ blue 235

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

Shades of Pale Magenta #FF70EB

Tints of Pale Magenta #FF70EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 42.36%
G = 18.6%
B = 39.04%

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

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

RGB 255 112 235 -
CMYK 0 0.56 0.08 0
HSL 308.39º 1% 0.72% -
HSV(B) 308.39º 0.56% 1% -
XYZ 62.03 38.85 82.83 -
YUV 168.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 255 112 235 0 0.56 0.08 0 308.39 1 0.72
Hex FF 70 EB 0 38 8 0 134 64 48
Octal 377 160 353 0 70 10 0 464 144 110
Binary 11111111 1110000 11101011 0 111000 1000 0 100110100 1100100 1001000

Color Harmonies of #FF70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70EB

Black with #FF70EB

Text Example


Text Example

White with #FF70EB

Text Example


Text Example

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