#E765D3

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

Shades of Free Speech Magenta #E765D3

Tints of Free Speech Magenta #E765D3

Color information

#E765D3 (or 0xE765D3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and D3. RGB value is (231,101,211). Sum of RGB (Red+Green+Blue) = 231+101+211=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E765D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765D3 is #189A2C. Grayscale: #989898. Windows color (decimal): -1612333 or 13854183. OLE color: 13854183.

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

Color convert

RGB231101211-
CMYK00.560.090.09
HSL309.23º73.03%65.1%-
HSV(B)309.23º56.28%90.59%-
XYZ49.373165.01-
YUV152.41161.07184.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 101 (39.84% from 255) = 18.60%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=42.54%
G=18.60%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110121100.560.090.09309.2373.0365.1
HexE765D3038991354941
Octal3471453230701111465111101
Binary1110011111001011101001101110001001100110011010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765D3; }

 p { color: rgb(231,101,211); }

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

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

 a { background-color: rgb(231,101,211); }

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

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

 span { border-color: rgb(231,101,211); }

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