#EF4CDD

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

Shades of Free Speech Magenta #EF4CDD

Tints of Free Speech Magenta #EF4CDD

Color information

#EF4CDD (or 0xEF4CDD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4C and DD. RGB value is (239,76,221). Sum of RGB (Red+Green+Blue) = 239+76+221=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CDD is #10B322. Grayscale: #8C8C8C. Windows color (decimal): -1094435 or 14503151. OLE color: 14503151.

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

Color convert

RGB23976221-
CMYK00.680.080.06
HSL306.63º83.59%61.76%-
HSV(B)306.63º68.2%93.73%-
XYZ51.2328.7471.25-
YUV141.27173197.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 76 (30.08% from 255) = 14.18%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=44.59%
G=14.18%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397622100.680.080.06306.6383.5961.76
HexEF4CDD04486133543e
Octal357114335010410646312476
Binary111011111001100110111010100010010001101001100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CDD; }

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

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

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

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

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

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

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

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