Html Css Color HEX #FF82E5 Pale Magenta

📋 copy color: '#FF82E5'

red 255 ◦ green 130 ◦ blue 229

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

Shades of Pale Magenta #FF82E5

Tints of Pale Magenta #FF82E5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.17%

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

R = 41.53%
G = 21.17%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF82E5 (or 0xFF82E5) is known color: Pale Magenta. HEX triplet: FF, 82 and E5. RGB value is (255,130,229). Sum of RGB (Red+Green+Blue) = 255+130+229=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82E5 is #007D1A. Grayscale: #B2B2B2. Windows color (decimal): -32027 or 15041279. OLE color: 15041279.

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

Color convert

RGB 255 130 229 -
CMYK 0 0.49 0.10 0
HSL 312.48º 1% 0.75% -
HSV(B) 312.48º 0.49% 1% -
XYZ 63.37 42.88 79.07 -
YUV 178.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 255 130 229 0 0.49 0.10 0 312.48 1 0.75
Hex FF 82 E5 0 31 A 0 138 64 4B
Octal 377 202 345 0 61 12 0 470 144 113
Binary 11111111 10000010 11100101 0 110001 1010 0 100111000 1100100 1001011

Color Harmonies of #FF82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82E5

Black with #FF82E5

Text Example


Text Example

White with #FF82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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