Html Css Color HEX #FF8DEA Pale Magenta

📋 copy color: '#FF8DEA'

red 255 ◦ green 141 ◦ blue 234

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

Shades of Pale Magenta #FF8DEA

Tints of Pale Magenta #FF8DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.38%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 40.48%
G = 22.38%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF8DEA (or 0xFF8DEA) is known color: Pale Magenta. HEX triplet: FF, 8D and EA. RGB value is (255,141,234). Sum of RGB (Red+Green+Blue) = 255+141+234=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DEA is #007215. Grayscale: #B9B9B9. Windows color (decimal): -29206 or 15371775. OLE color: 15371775.

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

Color convert

RGB 255 141 234 -
CMYK 0 0.45 0.08 0
HSL 311.05º 1% 0.78% -
HSV(B) 311.05º 0.45% 1% -
XYZ 65.62 46.25 83.31 -
YUV 185.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 255 141 234 0 0.45 0.08 0 311.05 1 0.78
Hex FF 8D EA 0 2D 8 0 137 64 4E
Octal 377 215 352 0 55 10 0 467 144 116
Binary 11111111 10001101 11101010 0 101101 1000 0 100110111 1100100 1001110

Color Harmonies of #FF8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DEA

Black with #FF8DEA

Text Example


Text Example

White with #FF8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DEA; }

 p { color: rgb(255,141,234); }

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

background-color css

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

 a { background-color: rgb(255,141,234); }

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

border-color css

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

 span { border-color: rgb(255,141,234); }

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