#E065EA

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

Shades of Free Speech Magenta #E065EA

Tints of Free Speech Magenta #E065EA

Color information

#E065EA (or 0xE065EA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and EA. RGB value is (224,101,234). Sum of RGB (Red+Green+Blue) = 224+101+234=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #E065EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065EA is #1F9A15. Grayscale: #989898. Windows color (decimal): -2071062 or 15361504. OLE color: 15361504.

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

Color convert

RGB224101234-
CMYK0.040.5700.08
HSL295.49º76%65.69%-
HSV(B)295.49º56.84%91.76%-
XYZ50.2531.181.2-
YUV152.94173.75178.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 101 (39.84% from 255) = 18.07%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=40.07%
G=18.07%
B=41.86%

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
Decimal2241012340.040.5700.08295.497665.69
HexE065EA439081274c42
Octal340145352471010447114102
Binary111000001100101111010101001110010100010010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065EA; }

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

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

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

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

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

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

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

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