Html Css Color HEX #EE41F2 Free Speech Magenta

📋 copy color: '#EE41F2'

red 238 ◦ green 65 ◦ blue 242

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

Shades of Free Speech Magenta #EE41F2

Tints of Free Speech Magenta #EE41F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 43.67%
G = 11.93%
B = 44.4%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE41F2 (or 0xEE41F2) is known color: Free Speech Magenta. HEX triplet: EE, 41 and F2. RGB value is (238,65,242). Sum of RGB (Red+Green+Blue) = 238+65+242=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE41F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41F2 is #11BE0D. Grayscale: #888888. Windows color (decimal): -1162766 or 15876590. OLE color: 15876590.

HSL color Cylindrical-coordinate representation of color #EE41F2: hue angle of 298.64º degrees, saturation: 0.87, 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 #EE41F2 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 65 242 -
CMYK 0.02 0.73 0 0.05
HSL 298.64º 0.87% 0.6% -
HSV(B) 298.64º 0.73% 0.95% -
XYZ 53.18 28.37 86.68 -
YUV 136.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 238 65 242 0.02 0.73 0 0.05 298.64 0.87 0.6
Hex EE 41 F2 2 49 0 5 12B 57 3C
Octal 356 101 362 2 111 0 5 453 127 74
Binary 11101110 1000001 11110010 10 1001001 0 101 100101011 1010111 111100

Color Harmonies of #EE41F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41F2

Black with #EE41F2

Text Example


Text Example

White with #EE41F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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