#EB4FDF

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

Shades of Free Speech Magenta #EB4FDF

Tints of Free Speech Magenta #EB4FDF

Color information

#EB4FDF (or 0xEB4FDF) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4F and DF. RGB value is (235,79,223). Sum of RGB (Red+Green+Blue) = 235+79+223=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4FDF is #14B020. Grayscale: #8D8D8D. Windows color (decimal): -1355809 or 14634987. OLE color: 14634987.

HSL color Cylindrical-coordinate representation of color #EB4FDF: hue angle of 304.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB4FDF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB23579223-
CMYK00.660.050.08
HSL304.62º79.59%61.57%-
HSV(B)304.62º66.38%92.16%-
XYZ50.3828.5872.67-
YUV142.06173.68194.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 79 (31.25% from 255) = 14.71%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=43.76%
G=14.71%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357922300.660.050.08304.6279.5961.57
HexEB4FDF04258131503e
Octal353117337010251046112076
Binary111010111001111110111110100001010110001001100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FDF; }

 p { color: rgb(235,79,223); }

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

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

 a { background-color: rgb(235,79,223); }

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

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

 span { border-color: rgb(235,79,223); }

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