#E061C6

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

Shades of Free Speech Magenta #E061C6

Tints of Free Speech Magenta #E061C6

Color information

#E061C6 (or 0xE061C6) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 61 and C6. RGB value is (224,97,198). Sum of RGB (Red+Green+Blue) = 224+97+198=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C6 is #1F9E39. Grayscale: #929292. Windows color (decimal): -2072122 or 13001184. OLE color: 13001184.

HSL color Cylindrical-coordinate representation of color #E061C6: hue angle of 312.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061C6 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22497198-
CMYK00.570.120.12
HSL312.28º67.2%62.94%-
HSV(B)312.28º56.7%87.84%-
XYZ45.2128.4756.54-
YUV146.49157.08183.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=43.16%
G=18.69%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249719800.570.120.12312.2867.262.94
HexE061C6039CC138433f
Octal340141306071141447010377
Binary111000001100001110001100111001110011001001110001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E061C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E061C6; }

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

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

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

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

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

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

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

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