#E165EB

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

Shades of Free Speech Magenta #E165EB

Tints of Free Speech Magenta #E165EB

Color information

#E165EB (or 0xE165EB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 65 and EB. RGB value is (225,101,235). Sum of RGB (Red+Green+Blue) = 225+101+235=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #E165EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E165EB is #1E9A14. Grayscale: #989898. Windows color (decimal): -2005525 or 15427041. OLE color: 15427041.

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

Color convert

RGB225101235-
CMYK0.040.5700.08
HSL295.52º77.01%65.88%-
HSV(B)295.52º57.02%92.16%-
XYZ50.731.3181.97-
YUV153.35174.08179.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=40.11%
G=18.00%
B=41.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251012350.040.5700.08295.5277.0165.88
HexE165EB439081284d42
Octal341145353471010450115102
Binary111000011100101111010111001110010100010010100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165EB; }

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

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

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

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

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

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

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

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