#E764D5

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

Shades of Free Speech Magenta #E764D5

Tints of Free Speech Magenta #E764D5

Color information

#E764D5 (or 0xE764D5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 64 and D5. RGB value is (231,100,213). Sum of RGB (Red+Green+Blue) = 231+100+213=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E764D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764D5 is #189B2A. Grayscale: #979797. Windows color (decimal): -1612587 or 13984999. OLE color: 13984999.

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

Color convert

RGB231100213-
CMYK00.570.080.09
HSL308.24º73.18%64.9%-
HSV(B)308.24º56.71%90.59%-
XYZ49.5230.9166.31-
YUV152.05162.4184.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 100 (39.45% from 255) = 18.38%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=42.46%
G=18.38%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110021300.570.080.09308.2473.1864.9
HexE764D5039891344941
Octal3471443250711011464111101
Binary1110011111001001101010101110011000100110011010010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E764D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E764D5; }

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

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

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

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

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

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

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

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