#E765CF

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

Shades of Free Speech Magenta #E765CF

Tints of Free Speech Magenta #E765CF

Color information

#E765CF (or 0xE765CF) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 65 and CF. RGB value is (231,101,207). Sum of RGB (Red+Green+Blue) = 231+101+207=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E765CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765CF is #189A30. Grayscale: #979797. Windows color (decimal): -1612337 or 13592039. OLE color: 13592039.

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

Color convert

RGB231101207-
CMYK00.560.100.09
HSL311.08º73.03%65.1%-
HSV(B)311.08º56.28%90.59%-
XYZ48.8730.862.4-
YUV151.95159.07184.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 18.74%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=42.86%
G=18.74%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110120700.560.100.09311.0873.0365.1
HexE765CF038A91374941
Octal3471453170701211467111101
Binary1110011111001011100111101110001010100110011011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765CF; }

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

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

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

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

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

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

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

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