#E74CD2

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

Shades of Free Speech Magenta #E74CD2

Tints of Free Speech Magenta #E74CD2

Color information

#E74CD2 (or 0xE74CD2) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4C and D2. RGB value is (231,76,210). Sum of RGB (Red+Green+Blue) = 231+76+210=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74CD2 is #18B32D. Grayscale: #898989. Windows color (decimal): -1618734 or 13782247. OLE color: 13782247.

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

Color convert

RGB23176210-
CMYK00.670.090.09
HSL308.13º76.35%60.2%-
HSV(B)308.13º67.1%90.59%-
XYZ47.1726.8163.66-
YUV137.62168.85194.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 76 (30.08% from 255) = 14.70%
BLUE value IS 210 (82.42% from 255) = 40.62%
R=44.68%
G=14.70%
B=40.62%

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
Decimal2317621000.670.090.09308.1376.3560.2
HexE74CD2043991344c3c
Octal3471143220103111146411474
Binary1110011110011001101001001000011100110011001101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CD2; }

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

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

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

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

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

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

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

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