#E74CC5

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

Shades of Free Speech Magenta #E74CC5

Tints of Free Speech Magenta #E74CC5

Color information

#E74CC5 (or 0xE74CC5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and C5. RGB value is (231,76,197). Sum of RGB (Red+Green+Blue) = 231+76+197=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CC5 is #18B33A. Grayscale: #878787. Windows color (decimal): -1618747 or 12930279. OLE color: 12930279.

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

Color convert

RGB23176197-
CMYK00.670.150.09
HSL313.16º76.35%60.2%-
HSV(B)313.16º67.1%90.59%-
XYZ45.6226.1955.47-
YUV136.14162.35195.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 76 (30.08% from 255) = 15.08%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=45.83%
G=15.08%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317619700.670.150.09313.1676.3560.2
HexE74CC5043F91394c3c
Octal3471143050103171147111474
Binary1110011110011001100010101000011111110011001110011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CC5; }

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

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

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

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

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

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

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

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