#E74DD7

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

Shades of Free Speech Magenta #E74DD7

Tints of Free Speech Magenta #E74DD7

Color information

#E74DD7 (or 0xE74DD7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4D and D7. RGB value is (231,77,215). Sum of RGB (Red+Green+Blue) = 231+77+215=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DD7 is #18B228. Grayscale: #8A8A8A. Windows color (decimal): -1618473 or 14110183. OLE color: 14110183.

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

Color convert

RGB23177215-
CMYK00.670.070.09
HSL306.23º76.24%60.39%-
HSV(B)306.23º66.67%90.59%-
XYZ47.8727.267.02-
YUV138.78171.02193.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=44.17%
G=14.72%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317721500.670.070.09306.2376.2460.39
HexE74DD7043791324c3c
Octal347115327010371146211474
Binary111001111001101110101110100001111110011001100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74DD7; }

 p { color: rgb(231,77,215); }

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

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

 a { background-color: rgb(231,77,215); }

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

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

 span { border-color: rgb(231,77,215); }

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