#E465EB

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

Shades of Free Speech Magenta #E465EB

Tints of Free Speech Magenta #E465EB

Color information

#E465EB (or 0xE465EB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 65 and EB. RGB value is (228,101,235). Sum of RGB (Red+Green+Blue) = 228+101+235=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #E465EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E465EB is #1B9A14. Grayscale: #999999. Windows color (decimal): -1808917 or 15427044. OLE color: 15427044.

HSL color Cylindrical-coordinate representation of color #E465EB: hue angle of 296.87º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E465EB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228101235-
CMYK0.030.5700.08
HSL296.87º77.01%65.88%-
HSV(B)296.87º57.02%92.16%-
XYZ51.6431.882.01-
YUV154.25173.58180.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 101 (39.84% from 255) = 17.91%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=40.43%
G=17.91%
B=41.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281012350.030.5700.08296.8777.0165.88
HexE465EB339081294d42
Octal344145353371010451115102
Binary11100100110010111101011111110010100010010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E465EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E465EB; }

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

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

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

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

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

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

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

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