#E065EB

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

Shades of Free Speech Magenta #E065EB

Tints of Free Speech Magenta #E065EB

Color information

#E065EB (or 0xE065EB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and EB. RGB value is (224,101,235). Sum of RGB (Red+Green+Blue) = 224+101+235=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #E065EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065EB is #1F9A14. Grayscale: #989898. Windows color (decimal): -2071061 or 15427040. OLE color: 15427040.

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

Color convert

RGB224101235-
CMYK0.050.5700.08
HSL295.07º77.01%65.88%-
HSV(B)295.07º57.02%92.16%-
XYZ50.3931.1581.95-
YUV153.05174.25178.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=40%
G=18.04%
B=41.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241012350.050.5700.08295.0777.0165.88
HexE065EB539081274d42
Octal340145353571010447115102
Binary111000001100101111010111011110010100010010011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065EB; }

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

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

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

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

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

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

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

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