#EF49DE

Color #EF49DE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EF49DE

Tints of Free Speech Magenta #EF49DE

Color information

#EF49DE (or 0xEF49DE) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 49 and DE. RGB value is (239,73,222). Sum of RGB (Red+Green+Blue) = 239+73+222=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49DE is #10B621. Grayscale: #8B8B8B. Windows color (decimal): -1095202 or 14567919. OLE color: 14567919.

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

Color convert

RGB23973222-
CMYK00.690.070.06
HSL306.14º83.84%61.18%-
HSV(B)306.14º69.46%93.73%-
XYZ51.1628.3971.89-
YUV139.62174.5198.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 73 (28.91% from 255) = 13.67%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=44.76%
G=13.67%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397322200.690.070.06306.1483.8461.18
HexEF49DE04576132543d
Octal35711133601057646212475
Binary11101111100100111011110010001011111101001100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49DE; }

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

 H1.HeaderClassName
 {
   color: #EF49DE;
 }
 .AnyTagClassName
 {
   color: #EF49DE;
 }
</style>
background-color css

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

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

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

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

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

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