#E368C4

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

Shades of Free Speech Magenta #E368C4

Tints of Free Speech Magenta #E368C4

Color information

#E368C4 (or 0xE368C4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 68 and C4. RGB value is (227,104,196). Sum of RGB (Red+Green+Blue) = 227+104+196=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E368C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368C4 is #1C973B. Grayscale: #979797. Windows color (decimal): -1873724 or 12871907. OLE color: 12871907.

HSL color Cylindrical-coordinate representation of color #E368C4: hue angle of 315.12º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E368C4 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB227104196-
CMYK00.540.140.11
HSL315.12º68.72%64.9%-
HSV(B)315.12º54.19%89.02%-
XYZ46.5930.2255.6-
YUV151.26153.25182.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.07%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=43.07%
G=19.73%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710419600.540.140.11315.1268.7264.9
HexE368C4036EB13b4541
Octal3431503040661613473105101
Binary1110001111010001100010001101101110101110011101110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E368C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E368C4; }

 p { color: rgb(227,104,196); }

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

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

 a { background-color: rgb(227,104,196); }

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

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

 span { border-color: rgb(227,104,196); }

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