#E74CC2

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

Shades of Free Speech Magenta #E74CC2

Tints of Free Speech Magenta #E74CC2

Color information

#E74CC2 (or 0xE74CC2) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and C2. RGB value is (231,76,194). Sum of RGB (Red+Green+Blue) = 231+76+194=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CC2 is #18B33D. Grayscale: #878787. Windows color (decimal): -1618750 or 12733671. OLE color: 12733671.

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

Color convert

RGB23176194-
CMYK00.670.160.09
HSL314.32º76.35%60.2%-
HSV(B)314.32º67.1%90.59%-
XYZ45.2826.0553.68-
YUV135.8160.85195.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=46.11%
G=15.17%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317619400.670.160.09314.3276.3560.2
HexE74CC204310913a4c3c
Octal3471143020103201147211474
Binary11100111100110011000010010000111000010011001110101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CC2; }

 p { color: rgb(231,76,194); }

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

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

 a { background-color: rgb(231,76,194); }

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

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

 span { border-color: rgb(231,76,194); }

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