#EF46DD

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

Shades of Free Speech Magenta #EF46DD

Tints of Free Speech Magenta #EF46DD

Color information

#EF46DD (or 0xEF46DD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 46 and DD. RGB value is (239,70,221). Sum of RGB (Red+Green+Blue) = 239+70+221=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF46DD is #10B922. Grayscale: #898989. Windows color (decimal): -1095971 or 14501615. OLE color: 14501615.

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

Color convert

RGB23970221-
CMYK00.710.080.06
HSL306.39º84.08%60.59%-
HSV(B)306.39º70.71%93.73%-
XYZ50.8427.9571.12-
YUV137.74174.99200.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 70 (27.73% from 255) = 13.21%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=45.09%
G=13.21%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397022100.710.080.06306.3984.0860.59
HexEF46DD04786132543d
Octal357106335010710646212475
Binary111011111000110110111010100011110001101001100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF46DD; }

 p { color: rgb(239,70,221); }

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

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

 a { background-color: rgb(239,70,221); }

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

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

 span { border-color: rgb(239,70,221); }

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