Html Css Color HEX #FF20EE Magenta

📋 copy color: '#FF20EE'

red 255 ◦ green 32 ◦ blue 238

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

Shades of Magenta #FF20EE

Tints of Magenta #FF20EE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.1%

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 48.57%
G = 6.1%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF20EE (or 0xFF20EE) is known color: Magenta. HEX triplet: FF, 20 and EE. RGB value is (255,32,238). Sum of RGB (Red+Green+Blue) = 255+32+238=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 32 (12.89% from 255 or 6.10% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20EE is #00DF11. Grayscale: #797979. Windows color (decimal): -57106 or 15606015. OLE color: 15606015.

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

Color convert

RGB 255 32 238 -
CMYK 0 0.87 0.07 0
HSL 304.57º 1% 0.56% -
HSV(B) 304.57º 0.87% 1% -
XYZ 57.19 28.47 83.37 -
YUV 122.16 193.38 222.75 -
System Red Green Blue C M Y K H S L
Decimal 255 32 238 0 0.87 0.07 0 304.57 1 0.56
Hex FF 20 EE 0 57 7 0 131 64 38
Octal 377 40 356 0 127 7 0 461 144 70
Binary 11111111 100000 11101110 0 1010111 111 0 100110001 1100100 111000

Color Harmonies of #FF20EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF20EE

Black with #FF20EE

Text Example


Text Example

White with #FF20EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF20EE; }

 p { color: rgb(255,32,238); }

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

background-color css

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

 a { background-color: rgb(255,32,238); }

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

border-color css

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

 span { border-color: rgb(255,32,238); }

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