Html Css Color HEX #EF49E6 Free Speech Magenta

📋 copy color: '#EF49E6'

red 239 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #EF49E6

Tints of Free Speech Magenta #EF49E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.47%

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 44.1%
G = 13.47%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF49E6 (or 0xEF49E6) is known color: Free Speech Magenta. HEX triplet: EF, 49 and E6. RGB value is (239,73,230). Sum of RGB (Red+Green+Blue) = 239+73+230=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49E6 is #10B619. Grayscale: #8C8C8C. Windows color (decimal): -1095194 or 15092207. OLE color: 15092207.

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

Color convert

RGB 239 73 230 -
CMYK 0 0.69 0.04 0.06
HSL 303.25º 0.84% 0.61% -
HSV(B) 303.25º 0.69% 0.94% -
XYZ 52.26 28.83 77.67 -
YUV 140.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 239 73 230 0 0.69 0.04 0.06 303.25 0.84 0.61
Hex EF 49 E6 0 45 4 6 12F 54 3D
Octal 357 111 346 0 105 4 6 457 124 75
Binary 11101111 1001001 11100110 0 1000101 100 110 100101111 1010100 111101

Color Harmonies of #EF49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49E6

Black with #EF49E6

Text Example


Text Example

White with #EF49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49E6; }

 p { color: rgb(239,73,230); }

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

background-color css

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

 a { background-color: rgb(239,73,230); }

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

border-color css

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

 span { border-color: rgb(239,73,230); }

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