Html Css Color HEX #EE41EF Free Speech Magenta

📋 copy color: '#EE41EF'

red 238 ◦ green 65 ◦ blue 239

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

Shades of Free Speech Magenta #EE41EF

Tints of Free Speech Magenta #EE41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 43.91%
G = 11.99%
B = 44.1%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE41EF (or 0xEE41EF) is known color: Free Speech Magenta. HEX triplet: EE, 41 and EF. RGB value is (238,65,239). Sum of RGB (Red+Green+Blue) = 238+65+239=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE41EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE41EF is #11BE10. Grayscale: #888888. Windows color (decimal): -1162769 or 15679982. OLE color: 15679982.

HSL color Cylindrical-coordinate representation of color #EE41EF: hue angle of 299.66º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41EF is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 65 239 -
CMYK 0.00 0.73 0 0.06
HSL 299.66º 0.84% 0.6% -
HSV(B) 299.66º 0.73% 0.94% -
XYZ 52.73 28.19 84.32 -
YUV 136.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 238 65 239 0.00 0.73 0 0.06 299.66 0.84 0.6
Hex EE 41 EF 0 49 0 6 12C 54 3C
Octal 356 101 357 0 111 0 6 454 124 74
Binary 11101110 1000001 11101111 0 1001001 0 110 100101100 1010100 111100

Color Harmonies of #EE41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41EF

Black with #EE41EF

Text Example


Text Example

White with #EE41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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