#E74CD9

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

Shades of Free Speech Magenta #E74CD9

Tints of Free Speech Magenta #E74CD9

Color information

#E74CD9 (or 0xE74CD9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and D9. RGB value is (231,76,217). Sum of RGB (Red+Green+Blue) = 231+76+217=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CD9 is #18B326. Grayscale: #8A8A8A. Windows color (decimal): -1618727 or 14240999. OLE color: 14240999.

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

Color convert

RGB23176217-
CMYK00.670.060.09
HSL305.42º76.35%60.2%-
HSV(B)305.42º67.1%90.59%-
XYZ48.0627.1768.36-
YUV138.42172.35194.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=44.08%
G=14.50%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317621700.670.060.09305.4276.3560.2
HexE74CD9043691314c3c
Octal347114331010361146111474
Binary111001111001100110110010100001111010011001100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CD9; }

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

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

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

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

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

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

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

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