#E065E6

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

Shades of Free Speech Magenta #E065E6

Tints of Free Speech Magenta #E065E6

Color information

#E065E6 (or 0xE065E6) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and E6. RGB value is (224,101,230). Sum of RGB (Red+Green+Blue) = 224+101+230=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #E065E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065E6 is #1F9A19. Grayscale: #989898. Windows color (decimal): -2071066 or 15099360. OLE color: 15099360.

HSL color Cylindrical-coordinate representation of color #E065E6: hue angle of 297.21º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E065E6 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224101230-
CMYK0.030.5600.10
HSL297.21º72.07%64.9%-
HSV(B)297.21º56.09%90.2%-
XYZ49.6830.8778.2-
YUV152.48171.75179.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 101 (39.84% from 255) = 18.20%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=40.36%
G=18.20%
B=41.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241012300.030.5600.10297.2172.0764.9
HexE065E63380A1294841
Octal340145346370012451110101
Binary11100000110010111100110111110000101010010100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065E6; }

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

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

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

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

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

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

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

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