#EF4AD2

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

Shades of Free Speech Magenta #EF4AD2

Tints of Free Speech Magenta #EF4AD2

Color information

#EF4AD2 (or 0xEF4AD2) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4A and D2. RGB value is (239,74,210). Sum of RGB (Red+Green+Blue) = 239+74+210=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4AD2 is #10B52D. Grayscale: #8A8A8A. Windows color (decimal): -1094958 or 13781743. OLE color: 13781743.

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

Color convert

RGB23974210-
CMYK00.690.120.06
HSL310.55º83.76%61.37%-
HSV(B)310.55º69.04%93.73%-
XYZ49.6827.963.74-
YUV138.84168.16199.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 74 (29.30% from 255) = 14.15%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=45.70%
G=14.15%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397421000.690.120.06310.5583.7661.37
HexEF4AD2045C6137543d
Octal357112322010514646712475
Binary111011111001010110100100100010111001101001101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4AD2; }

 p { color: rgb(239,74,210); }

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

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

 a { background-color: rgb(239,74,210); }

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

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

 span { border-color: rgb(239,74,210); }

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