#EF4FCF

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

Shades of Free Speech Magenta #EF4FCF

Tints of Free Speech Magenta #EF4FCF

Color information

#EF4FCF (or 0xEF4FCF) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4F and CF. RGB value is (239,79,207). Sum of RGB (Red+Green+Blue) = 239+79+207=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FCF is #10B030. Grayscale: #8D8D8D. Windows color (decimal): -1093681 or 13586415. OLE color: 13586415.

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

Color convert

RGB23979207-
CMYK00.670.130.06
HSL312º83.33%62.35%-
HSV(B)312º66.95%93.73%-
XYZ49.6628.4561.91-
YUV141.43165.01197.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 79 (31.25% from 255) = 15.05%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=45.52%
G=15.05%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397920700.670.130.0631283.3362.35
HexEF4FCF043D6138533e
Octal357117317010315647012376
Binary111011111001111110011110100001111011101001110001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4FCF; }

 p { color: rgb(239,79,207); }

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

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

 a { background-color: rgb(239,79,207); }

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

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

 span { border-color: rgb(239,79,207); }

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