#E350C4

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

Shades of Free Speech Magenta #E350C4

Tints of Free Speech Magenta #E350C4

Color information

#E350C4 (or 0xE350C4) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 50 and C4. RGB value is (227,80,196). Sum of RGB (Red+Green+Blue) = 227+80+196=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C4 is #1CAF3B. Grayscale: #888888. Windows color (decimal): -1879868 or 12865763. OLE color: 12865763.

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

Color convert

RGB22780196-
CMYK00.650.140.11
HSL312.65º72.41%60.2%-
HSV(B)312.65º64.76%89.02%-
XYZ44.5126.0554.91-
YUV137.18161.2192.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 80 (31.64% from 255) = 15.90%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=45.13%
G=15.90%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278019600.650.140.11312.6572.4160.2
HexE350C4041EB139483c
Octal3431203040101161347111074
Binary1110001110100001100010001000001111010111001110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E350C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E350C4; }

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

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

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

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

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

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

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

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