#e65aea

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

Shades of Free Speech Magenta #E65AEA

Tints of Free Speech Magenta #E65AEA

Color information

#E65AEA (or 0xE65AEA) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5A and EA. RGB value is (230,90,234). Sum of RGB (Red+Green+Blue) = 230+90+234=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #E65AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AEA is #19A515. Grayscale: #939393. Windows color (decimal): -1680662 or 15358694. OLE color: 15358694.

HSL color Cylindrical-coordinate representation of color #E65AEA: hue angle of 298.33º degrees, saturation: 0.77, 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 #E65AEA is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23090234-
CMYK0.020.6200.08
HSL298.33º77.42%63.53%-
HSV(B)298.33º61.54%91.76%-
XYZ51.1430.0880.95-
YUV148.28176.38186.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 90 (35.55% from 255) = 16.25%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=41.52%
G=16.25%
B=42.24%

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
Decimal230902340.020.6200.08298.3377.4263.53
HexE65AEA23E0812a4d40
Octal346132352276010452115100
Binary11100110101101011101010101111100100010010101010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e65aea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e65aea; }

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

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

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

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

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

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

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

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