Html Css Color HEX #FF85EC Pale Magenta

📋 copy color: '#FF85EC'

red 255 ◦ green 133 ◦ blue 236

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

Shades of Pale Magenta #FF85EC

Tints of Pale Magenta #FF85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.31%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 40.87%
G = 21.31%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF85EC (or 0xFF85EC) is known color: Pale Magenta. HEX triplet: FF, 85 and EC. RGB value is (255,133,236). Sum of RGB (Red+Green+Blue) = 255+133+236=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EC is #007A13. Grayscale: #B4B4B4. Windows color (decimal): -31252 or 15500799. OLE color: 15500799.

HSL color Cylindrical-coordinate representation of color #FF85EC: hue angle of 309.34º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85EC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 236 -
CMYK 0 0.48 0.07 0
HSL 309.34º 1% 0.76% -
HSV(B) 309.34º 0.48% 1% -
XYZ 64.77 44.09 84.45 -
YUV 181.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 255 133 236 0 0.48 0.07 0 309.34 1 0.76
Hex FF 85 EC 0 30 7 0 135 64 4C
Octal 377 205 354 0 60 7 0 465 144 114
Binary 11111111 10000101 11101100 0 110000 111 0 100110101 1100100 1001100

Color Harmonies of #FF85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85EC

Black with #FF85EC

Text Example


Text Example

White with #FF85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85EC; }

 p { color: rgb(255,133,236); }

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

background-color css

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

 a { background-color: rgb(255,133,236); }

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

border-color css

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

 span { border-color: rgb(255,133,236); }

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