#e74bc0

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

Shades of Free Speech Magenta #E74BC0

Tints of Free Speech Magenta #E74BC0

Color information

#E74BC0 (or 0xE74BC0) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4B and C0. RGB value is (231,75,192). Sum of RGB (Red+Green+Blue) = 231+75+192=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BC0 is #18B43F. Grayscale: #868686. Windows color (decimal): -1619008 or 12602343. OLE color: 12602343.

HSL color Cylindrical-coordinate representation of color #E74BC0: hue angle of 315º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BC0 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23175192-
CMYK00.680.170.09
HSL315º76.47%60%-
HSV(B)315º67.53%90.59%-
XYZ44.9925.8352.48-
YUV134.98160.18196.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 75 (29.69% from 255) = 15.06%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=46.39%
G=15.06%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317519200.680.170.0931576.4760
HexE74BC004411913b4c3c
Octal3471133000104211147311474
Binary11100111100101111000000010001001000110011001110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74bc0; }

 p { color: rgb(231,75,192); }

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

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

 a { background-color: rgb(231,75,192); }

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

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

 span { border-color: rgb(231,75,192); }

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