#E64BE4

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

Shades of Free Speech Magenta #E64BE4

Tints of Free Speech Magenta #E64BE4

Color information

#E64BE4 (or 0xE64BE4) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4B and E4. RGB value is (230,75,228). Sum of RGB (Red+Green+Blue) = 230+75+228=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BE4 is #19B41B. Grayscale: #8A8A8A. Windows color (decimal): -1684508 or 14961638. OLE color: 14961638.

HSL color Cylindrical-coordinate representation of color #E64BE4: hue angle of 300.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64BE4 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB23075228-
CMYK00.670.010.10
HSL300.77º75.61%59.8%-
HSV(B)300.77º67.39%90.2%-
XYZ49.1527.4676.11-
YUV138.79178.35193.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 75 (29.69% from 255) = 14.07%
BLUE value IS 228 (89.45% from 255) = 42.78%
R=43.15%
G=14.07%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307522800.670.010.10300.7775.6159.8
HexE64BE40431A12d4c3c
Octal346113344010311245511474
Binary1110011010010111110010001000011110101001011011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64BE4; }

 p { color: rgb(230,75,228); }

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

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

 a { background-color: rgb(230,75,228); }

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

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

 span { border-color: rgb(230,75,228); }

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