#E260EA

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

Shades of Free Speech Magenta #E260EA

Tints of Free Speech Magenta #E260EA

Color information

#E260EA (or 0xE260EA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 60 and EA. RGB value is (226,96,234). Sum of RGB (Red+Green+Blue) = 226+96+234=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #E260EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E260EA is #1D9F15. Grayscale: #969696. Windows color (decimal): -1941270 or 15360226. OLE color: 15360226.

HSL color Cylindrical-coordinate representation of color #E260EA: hue angle of 296.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E260EA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22696234-
CMYK0.030.5900.08
HSL296.52º76.67%64.71%-
HSV(B)296.52º58.97%91.76%-
XYZ50.430.4881.07-
YUV150.6175.07181.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=40.65%
G=17.27%
B=42.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226962340.030.5900.08296.5276.6764.71
HexE260EA33B081294d41
Octal342140352373010451115101
Binary11100010110000011101010111110110100010010100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E260EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E260EA; }

 p { color: rgb(226,96,234); }

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

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

 a { background-color: rgb(226,96,234); }

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

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

 span { border-color: rgb(226,96,234); }

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