#E742E4

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

Shades of Free Speech Magenta #E742E4

Tints of Free Speech Magenta #E742E4

Color information

#E742E4 (or 0xE742E4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 42 and E4. RGB value is (231,66,228). Sum of RGB (Red+Green+Blue) = 231+66+228=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E742E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E742E4 is #18BD1B. Grayscale: #858585. Windows color (decimal): -1621276 or 14959335. OLE color: 14959335.

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

Color convert

RGB23166228-
CMYK00.710.010.09
HSL301.09º77.46%58.24%-
HSV(B)301.09º71.43%90.59%-
XYZ48.9126.4975.93-
YUV133.8181.16197.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 66 (26.17% from 255) = 12.57%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=44%
G=12.57%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316622800.710.010.09301.0977.4658.24
HexE742E40471912d4d3a
Octal347102344010711145511572
Binary1110011110000101110010001000111110011001011011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E742E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E742E4; }

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

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

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

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

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

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

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

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