#E74FBD

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

Shades of Free Speech Magenta #E74FBD

Tints of Free Speech Magenta #E74FBD

Color information

#E74FBD (or 0xE74FBD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4F and BD. RGB value is (231,79,189). Sum of RGB (Red+Green+Blue) = 231+79+189=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FBD is #18B042. Grayscale: #888888. Windows color (decimal): -1617987 or 12406759. OLE color: 12406759.

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

Color convert

RGB23179189-
CMYK00.660.180.09
HSL316.58º76%60.78%-
HSV(B)316.58º65.8%90.59%-
XYZ44.9426.2650.84-
YUV136.99157.36195.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 79 (31.25% from 255) = 15.83%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=46.29%
G=15.83%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317918900.660.180.09316.587660.78
HexE74FBD04212913d4c3d
Octal3471172750102221147511475
Binary11100111100111110111101010000101001010011001111011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74FBD; }

 p { color: rgb(231,79,189); }

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

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

 a { background-color: rgb(231,79,189); }

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

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

 span { border-color: rgb(231,79,189); }

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