#EF4CD8

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

Shades of Free Speech Magenta #EF4CD8

Tints of Free Speech Magenta #EF4CD8

Color information

#EF4CD8 (or 0xEF4CD8) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4C and D8. RGB value is (239,76,216). Sum of RGB (Red+Green+Blue) = 239+76+216=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CD8 is #10B327. Grayscale: #8C8C8C. Windows color (decimal): -1094440 or 14175471. OLE color: 14175471.

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

Color convert

RGB23976216-
CMYK00.680.100.06
HSL308.47º83.59%61.76%-
HSV(B)308.47º68.2%93.73%-
XYZ50.5828.4867.8-
YUV140.7170.5198.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 76 (30.08% from 255) = 14.31%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=45.01%
G=14.31%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397621600.680.100.06308.4783.5961.76
HexEF4CD8044A6134543e
Octal357114330010412646412476
Binary111011111001100110110000100010010101101001101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CD8; }

 p { color: rgb(239,76,216); }

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

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

 a { background-color: rgb(239,76,216); }

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

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

 span { border-color: rgb(239,76,216); }

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