Html Css Color HEX #EF49E2 Free Speech Magenta

📋 copy color: '#EF49E2'

red 239 ◦ green 73 ◦ blue 226

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

Shades of Free Speech Magenta #EF49E2

Tints of Free Speech Magenta #EF49E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.01%

R = 44.42%
G = 13.57%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF49E2 (or 0xEF49E2) is known color: Free Speech Magenta. HEX triplet: EF, 49 and E2. RGB value is (239,73,226). Sum of RGB (Red+Green+Blue) = 239+73+226=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49E2 is #10B61D. Grayscale: #8B8B8B. Windows color (decimal): -1095198 or 14830063. OLE color: 14830063.

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

Color convert

RGB 239 73 226 -
CMYK 0 0.69 0.05 0.06
HSL 304.7º 0.84% 0.61% -
HSV(B) 304.7º 0.69% 0.94% -
XYZ 51.71 28.61 74.75 -
YUV 140.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 239 73 226 0 0.69 0.05 0.06 304.7 0.84 0.61
Hex EF 49 E2 0 45 5 6 131 54 3D
Octal 357 111 342 0 105 5 6 461 124 75
Binary 11101111 1001001 11100010 0 1000101 101 110 100110001 1010100 111101

Color Harmonies of #EF49E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49E2

Black with #EF49E2

Text Example


Text Example

White with #EF49E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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