Html Css Color HEX #EF41EE Free Speech Magenta

📋 copy color: '#EF41EE'

red 239 ◦ green 65 ◦ blue 238

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

Shades of Free Speech Magenta #EF41EE

Tints of Free Speech Magenta #EF41EE

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EF41EE: hue angle of 300.34º 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 #EF41EE is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

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

Color Harmonies of #EF41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF41EE

Black with #EF41EE

Text Example


Text Example

White with #EF41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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