#E061EA

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

Shades of Free Speech Magenta #E061EA

Tints of Free Speech Magenta #E061EA

Color information

#E061EA (or 0xE061EA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 61 and EA. RGB value is (224,97,234). Sum of RGB (Red+Green+Blue) = 224+97+234=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #E061EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061EA is #1F9E15. Grayscale: #969696. Windows color (decimal): -2072086 or 15360480. OLE color: 15360480.

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

Color convert

RGB22497234-
CMYK0.040.5900.08
HSL295.62º76.54%64.9%-
HSV(B)295.62º58.55%91.76%-
XYZ49.8730.3481.07-
YUV150.59175.08180.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 97 (38.28% from 255) = 17.48%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=40.36%
G=17.48%
B=42.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal224972340.040.5900.08295.6276.5464.9
HexE061EA43B081284d41
Octal340141352473010450115101
Binary111000001100001111010101001110110100010010100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E061EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E061EA; }

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

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

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

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

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

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

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

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