#E746CD

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

Shades of Free Speech Magenta #E746CD

Tints of Free Speech Magenta #E746CD

Color information

#E746CD (or 0xE746CD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 46 and CD. RGB value is (231,70,205). Sum of RGB (Red+Green+Blue) = 231+70+205=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E746CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746CD is #18B932. Grayscale: #858585. Windows color (decimal): -1620275 or 13453031. OLE color: 13453031.

HSL color Cylindrical-coordinate representation of color #E746CD: hue angle of 309.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746CD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23170205-
CMYK00.700.110.09
HSL309.69º77.03%59.02%-
HSV(B)309.69º69.7%90.59%-
XYZ46.1625.7860.3-
YUV133.53168.34197.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 70 (27.73% from 255) = 13.83%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=45.65%
G=13.83%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317020500.700.110.09309.6977.0359.02
HexE746CD046B91364d3b
Octal3471063150106131146611573
Binary1110011110001101100110101000110101110011001101101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E746CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E746CD; }

 p { color: rgb(231,70,205); }

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

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

 a { background-color: rgb(231,70,205); }

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

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

 span { border-color: rgb(231,70,205); }

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