Html Css Color HEX #EE50F1 Free Speech Magenta

📋 copy color: '#EE50F1'

red 238 ◦ green 80 ◦ blue 241

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

Shades of Free Speech Magenta #EE50F1

Tints of Free Speech Magenta #EE50F1

RGB

 RED value IS 238 (93.36% from 255) = 42.58%

 GREEN value IS 80 (31.64% from 255) = 14.31%

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 42.58%
G = 14.31%
B = 43.11%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE50F1 (or 0xEE50F1) is known color: Free Speech Magenta. HEX triplet: EE, 50 and F1. RGB value is (238,80,241). Sum of RGB (Red+Green+Blue) = 238+80+241=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE50F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50F1 is #11AF0E. Grayscale: #919191. Windows color (decimal): -1158927 or 15814894. OLE color: 15814894.

HSL color Cylindrical-coordinate representation of color #EE50F1: hue angle of 298.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE50F1 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 80 241 -
CMYK 0.01 0.67 0 0.05
HSL 298.88º 0.85% 0.63% -
HSV(B) 298.88º 0.67% 0.95% -
XYZ 54.01 30.27 86.21 -
YUV 145.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 238 80 241 0.01 0.67 0 0.05 298.88 0.85 0.63
Hex EE 50 F1 1 43 0 5 12B 55 3F
Octal 356 120 361 1 103 0 5 453 125 77
Binary 11101110 1010000 11110001 1 1000011 0 101 100101011 1010101 111111

Color Harmonies of #EE50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50F1

Black with #EE50F1

Text Example


Text Example

White with #EE50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50F1; }

 p { color: rgb(238,80,241); }

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

background-color css

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

 a { background-color: rgb(238,80,241); }

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

border-color css

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

 span { border-color: rgb(238,80,241); }

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