#E74CC1

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

Shades of Free Speech Magenta #E74CC1

Tints of Free Speech Magenta #E74CC1

Color information

#E74CC1 (or 0xE74CC1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and C1. RGB value is (231,76,193). Sum of RGB (Red+Green+Blue) = 231+76+193=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CC1 is #18B33E. Grayscale: #878787. Windows color (decimal): -1618751 or 12668135. OLE color: 12668135.

HSL color Cylindrical-coordinate representation of color #E74CC1: hue angle of 314.71º 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 #E74CC1 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23176193-
CMYK00.670.160.09
HSL314.71º76.35%60.2%-
HSV(B)314.71º67.1%90.59%-
XYZ45.1726.0153.09-
YUV135.68160.35195.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 76 (30.08% from 255) = 15.2%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=46.2%
G=15.2%
B=38.6%

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
Decimal2317619300.670.160.09314.7176.3560.2
HexE74CC104310913b4c3c
Octal3471143010103201147311474
Binary11100111100110011000001010000111000010011001110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CC1; }

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

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

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

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

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

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

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

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