#EB4FC3

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

Shades of Free Speech Magenta #EB4FC3

Tints of Free Speech Magenta #EB4FC3

Color information

#EB4FC3 (or 0xEB4FC3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4F and C3. RGB value is (235,79,195). Sum of RGB (Red+Green+Blue) = 235+79+195=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB4FC3 is #14B03C. Grayscale: #8A8A8A. Windows color (decimal): -1355837 or 12799979. OLE color: 12799979.

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

Color convert

RGB23579195-
CMYK00.660.170.08
HSL315.38º79.59%61.57%-
HSV(B)315.38º66.38%92.16%-
XYZ46.9127.1954.41-
YUV138.87159.68196.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=46.17%
G=15.52%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357919500.660.170.08315.3879.5961.57
HexEB4FC304211813b503e
Octal3531173030102211047312076
Binary11101011100111111000011010000101000110001001110111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4FC3; }

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

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

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

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

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

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

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

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