#E742CD

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

Shades of Free Speech Magenta #E742CD

Tints of Free Speech Magenta #E742CD

Color information

#E742CD (or 0xE742CD) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 42 and CD. RGB value is (231,66,205). Sum of RGB (Red+Green+Blue) = 231+66+205=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E742CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742CD is #18BD32. Grayscale: #828282. Windows color (decimal): -1621299 or 13452007. OLE color: 13452007.

HSL color Cylindrical-coordinate representation of color #E742CD: hue angle of 309.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E742CD is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23166205-
CMYK00.710.110.09
HSL309.45º77.46%58.24%-
HSV(B)309.45º71.43%90.59%-
XYZ45.9225.2960.22-
YUV131.18169.66199.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=46.02%
G=13.15%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316620500.710.110.09309.4577.4658.24
HexE742CD047B91354d3a
Octal3471023150107131146511572
Binary1110011110000101100110101000111101110011001101011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E742CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E742CD; }

 p { color: rgb(231,66,205); }

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

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

 a { background-color: rgb(231,66,205); }

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

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

 span { border-color: rgb(231,66,205); }

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