#EF4EEA

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

Shades of Free Speech Magenta #EF4EEA

Tints of Free Speech Magenta #EF4EEA

Color information

#EF4EEA (or 0xEF4EEA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4E and EA. RGB value is (239,78,234). Sum of RGB (Red+Green+Blue) = 239+78+234=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EEA is #10B115. Grayscale: #8F8F8F. Windows color (decimal): -1093910 or 15355631. OLE color: 15355631.

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

Color convert

RGB23978234-
CMYK00.670.020.06
HSL301.86º83.42%62.16%-
HSV(B)301.86º67.36%93.73%-
XYZ53.1729.7480.78-
YUV143.92178.84195.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 78 (30.86% from 255) = 14.16%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=43.38%
G=14.16%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397823400.670.020.06301.8683.4262.16
HexEF4EEA0432612e533e
Octal35711635201032645612376
Binary1110111110011101110101001000011101101001011101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4EEA; }

 p { color: rgb(239,78,234); }

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

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

 a { background-color: rgb(239,78,234); }

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

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

 span { border-color: rgb(239,78,234); }

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