#E74CD3

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

Shades of Free Speech Magenta #E74CD3

Tints of Free Speech Magenta #E74CD3

Color information

#E74CD3 (or 0xE74CD3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and D3. RGB value is (231,76,211). Sum of RGB (Red+Green+Blue) = 231+76+211=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CD3 is #18B32C. Grayscale: #898989. Windows color (decimal): -1618733 or 13847783. OLE color: 13847783.

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

Color convert

RGB23176211-
CMYK00.670.090.09
HSL307.74º76.35%60.2%-
HSV(B)307.74º67.1%90.59%-
XYZ47.326.8664.32-
YUV137.74169.35194.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 76 (30.08% from 255) = 14.67%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=44.59%
G=14.67%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317621100.670.090.09307.7476.3560.2
HexE74CD3043991344c3c
Octal3471143230103111146411474
Binary1110011110011001101001101000011100110011001101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CD3; }

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

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

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

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

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

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

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

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