#E64BC4

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

Shades of Free Speech Magenta #E64BC4

Tints of Free Speech Magenta #E64BC4

Color information

#E64BC4 (or 0xE64BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 4B and C4. RGB value is (230,75,196). Sum of RGB (Red+Green+Blue) = 230+75+196=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BC4 is #19B43B. Grayscale: #868686. Windows color (decimal): -1684540 or 12864486. OLE color: 12864486.

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

Color convert

RGB23075196-
CMYK00.670.150.10
HSL313.16º75.61%59.8%-
HSV(B)313.16º67.39%90.2%-
XYZ45.1125.8454.83-
YUV135.14162.35195.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 75 (29.69% from 255) = 14.97%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=45.91%
G=14.97%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307519600.670.150.10313.1675.6159.8
HexE64BC4043FA1394c3c
Octal3461133040103171247111474
Binary1110011010010111100010001000011111110101001110011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64BC4; }

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

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

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

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

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

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

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

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