#E765D5

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

Shades of Free Speech Magenta #E765D5

Tints of Free Speech Magenta #E765D5

Color information

#E765D5 (or 0xE765D5) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and D5. RGB value is (231,101,213). Sum of RGB (Red+Green+Blue) = 231+101+213=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E765D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765D5 is #189A2A. Grayscale: #989898. Windows color (decimal): -1612331 or 13985255. OLE color: 13985255.

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

Color convert

RGB231101213-
CMYK00.560.080.09
HSL308.31º73.03%65.1%-
HSV(B)308.31º56.28%90.59%-
XYZ49.6231.166.34-
YUV152.64162.07183.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=42.39%
G=18.53%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110121300.560.080.09308.3173.0365.1
HexE765D5038891344941
Octal3471453250701011464111101
Binary1110011111001011101010101110001000100110011010010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765D5; }

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

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

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

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

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

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

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

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