#E65AEB

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

Shades of Free Speech Magenta #E65AEB

Tints of Free Speech Magenta #E65AEB

Color information

#E65AEB (or 0xE65AEB) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5A and EB. RGB value is (230,90,235). Sum of RGB (Red+Green+Blue) = 230+90+235=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #E65AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AEB is #19A514. Grayscale: #939393. Windows color (decimal): -1680661 or 15424230. OLE color: 15424230.

HSL color Cylindrical-coordinate representation of color #E65AEB: hue angle of 297.93º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65AEB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23090235-
CMYK0.020.6200.08
HSL297.93º78.38%63.73%-
HSV(B)297.93º61.7%92.16%-
XYZ51.2830.1381.71-
YUV148.39176.88186.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 90 (35.55% from 255) = 16.22%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=41.44%
G=16.22%
B=42.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal230902350.020.6200.08297.9378.3863.73
HexE65AEB23E0812a4e40
Octal346132353276010452116100
Binary11100110101101011101011101111100100010010101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65AEB; }

 p { color: rgb(230,90,235); }

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

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

 a { background-color: rgb(230,90,235); }

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

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

 span { border-color: rgb(230,90,235); }

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