#E465E7

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

Shades of Free Speech Magenta #E465E7

Tints of Free Speech Magenta #E465E7

Color information

#E465E7 (or 0xE465E7) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 65 and E7. RGB value is (228,101,231). Sum of RGB (Red+Green+Blue) = 228+101+231=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #E465E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465E7 is #1B9A18. Grayscale: #999999. Windows color (decimal): -1808921 or 15164900. OLE color: 15164900.

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

Color convert

RGB228101231-
CMYK0.010.5600.09
HSL298.62º73.03%65.1%-
HSV(B)298.62º56.28%90.59%-
XYZ51.0731.5779-
YUV153.79171.58180.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.71%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=40.71%
G=18.04%
B=41.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281012310.010.5600.09298.6273.0365.1
HexE465E71380912b4941
Octal344145347170011453111101
Binary1110010011001011110011111110000100110010101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E465E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E465E7; }

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

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

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

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

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

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

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

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