Html Css Color HEX #FF82E4 Pale Magenta

📋 copy color: '#FF82E4'

red 255 ◦ green 130 ◦ blue 228

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

Shades of Pale Magenta #FF82E4

Tints of Pale Magenta #FF82E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 41.6%
G = 21.21%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF82E4 (or 0xFF82E4) is known color: Pale Magenta. HEX triplet: FF, 82 and E4. RGB value is (255,130,228). Sum of RGB (Red+Green+Blue) = 255+130+228=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82E4 is #007D1B. Grayscale: #B2B2B2. Windows color (decimal): -32028 or 14975743. OLE color: 14975743.

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

Color convert

RGB 255 130 228 -
CMYK 0 0.49 0.11 0
HSL 312.96º 1% 0.75% -
HSV(B) 312.96º 0.49% 1% -
XYZ 63.23 42.83 78.33 -
YUV 178.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 255 130 228 0 0.49 0.11 0 312.96 1 0.75
Hex FF 82 E4 0 31 B 0 139 64 4B
Octal 377 202 344 0 61 13 0 471 144 113
Binary 11111111 10000010 11100100 0 110001 1011 0 100111001 1100100 1001011

Color Harmonies of #FF82E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82E4

Black with #FF82E4

Text Example


Text Example

White with #FF82E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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