Html Css Color HEX #EE41F1 Free Speech Magenta

📋 copy color: '#EE41F1'

red 238 ◦ green 65 ◦ blue 241

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

Shades of Free Speech Magenta #EE41F1

Tints of Free Speech Magenta #EE41F1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.95%

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

R = 43.75%
G = 11.95%
B = 44.3%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE41F1 (or 0xEE41F1) is known color: Free Speech Magenta. HEX triplet: EE, 41 and F1. RGB value is (238,65,241). Sum of RGB (Red+Green+Blue) = 238+65+241=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE41F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41F1 is #11BE0E. Grayscale: #888888. Windows color (decimal): -1162767 or 15811054. OLE color: 15811054.

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

Color convert

RGB 238 65 241 -
CMYK 0.01 0.73 0 0.05
HSL 298.98º 0.86% 0.6% -
HSV(B) 298.98º 0.73% 0.95% -
XYZ 53.03 28.31 85.89 -
YUV 136.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 238 65 241 0.01 0.73 0 0.05 298.98 0.86 0.6
Hex EE 41 F1 1 49 0 5 12B 56 3C
Octal 356 101 361 1 111 0 5 453 126 74
Binary 11101110 1000001 11110001 1 1001001 0 101 100101011 1010110 111100

Color Harmonies of #EE41F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41F1

Black with #EE41F1

Text Example


Text Example

White with #EE41F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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