#E740EB

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

Shades of Free Speech Magenta #E740EB

Tints of Free Speech Magenta #E740EB

Color information

#E740EB (or 0xE740EB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 40 and EB. RGB value is (231,64,235). Sum of RGB (Red+Green+Blue) = 231+64+235=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #E740EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740EB is #18BF14. Grayscale: #848484. Windows color (decimal): -1621781 or 15417575. OLE color: 15417575.

HSL color Cylindrical-coordinate representation of color #E740EB: hue angle of 298.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E740EB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23164235-
CMYK0.020.7300.08
HSL298.6º81.04%58.63%-
HSV(B)298.6º72.77%92.16%-
XYZ49.7826.6581.12-
YUV133.43185.33197.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 64 (25.39% from 255) = 12.08%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=43.58%
G=12.08%
B=44.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231642350.020.7300.08298.681.0458.63
HexE740EB2490812b513b
Octal347100353211101045312173
Binary11100111100000011101011101001001010001001010111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740EB; }

 p { color: rgb(231,64,235); }

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

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

 a { background-color: rgb(231,64,235); }

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

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

 span { border-color: rgb(231,64,235); }

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