#E365CF

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

Shades of Free Speech Magenta #E365CF

Tints of Free Speech Magenta #E365CF

Color information

#E365CF (or 0xE365CF) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 65 and CF. RGB value is (227,101,207). Sum of RGB (Red+Green+Blue) = 227+101+207=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E365CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365CF is #1C9A30. Grayscale: #969696. Windows color (decimal): -1874481 or 13592035. OLE color: 13592035.

HSL color Cylindrical-coordinate representation of color #E365CF: hue angle of 309.52º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365CF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227101207-
CMYK00.560.090.11
HSL309.52º69.23%64.31%-
HSV(B)309.52º55.51%89.02%-
XYZ47.5930.1462.34-
YUV150.76159.74182.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.43%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=42.43%
G=18.88%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710120700.560.090.11309.5269.2364.31
HexE365CF0389B1364540
Octal3431453170701113466105100
Binary1110001111001011100111101110001001101110011011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E365CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E365CF; }

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

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

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

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

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

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

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

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