#ef4cda

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

Shades of Free Speech Magenta #EF4CDA

Tints of Free Speech Magenta #EF4CDA

Color information

#EF4CDA (or 0xEF4CDA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4C and DA. RGB value is (239,76,218). Sum of RGB (Red+Green+Blue) = 239+76+218=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CDA is #10B325. Grayscale: #8C8C8C. Windows color (decimal): -1094438 or 14306543. OLE color: 14306543.

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

Color convert

RGB23976218-
CMYK00.680.090.06
HSL307.73º83.59%61.76%-
HSV(B)307.73º68.2%93.73%-
XYZ50.8428.5869.17-
YUV140.92171.5197.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 76 (30.08% from 255) = 14.26%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=44.84%
G=14.26%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397621800.680.090.06307.7383.5961.76
HexEF4CDA04496134543e
Octal357114332010411646412476
Binary111011111001100110110100100010010011101001101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4cda; }

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

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

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

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

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

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

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

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