#E764E1

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

Shades of Free Speech Magenta #E764E1

Tints of Free Speech Magenta #E764E1

Color information

#E764E1 (or 0xE764E1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 64 and E1. RGB value is (231,100,225). Sum of RGB (Red+Green+Blue) = 231+100+225=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E764E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764E1 is #189B1E. Grayscale: #999999. Windows color (decimal): -1612575 or 14771431. OLE color: 14771431.

HSL color Cylindrical-coordinate representation of color #E764E1: hue angle of 302.75º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764E1 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231100225-
CMYK00.570.030.09
HSL302.75º73.18%64.9%-
HSV(B)302.75º56.71%90.59%-
XYZ51.131.5474.63-
YUV153.42168.4183.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 100 (39.45% from 255) = 17.99%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=41.55%
G=17.99%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110022500.570.030.09302.7573.1864.9
HexE764E10393912f4941
Octal347144341071311457111101
Binary11100111110010011100001011100111100110010111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764E1; }

 p { color: rgb(231,100,225); }

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

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

 a { background-color: rgb(231,100,225); }

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

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

 span { border-color: rgb(231,100,225); }

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