#E34CC6

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

Shades of Free Speech Magenta #E34CC6

Tints of Free Speech Magenta #E34CC6

Color information

#E34CC6 (or 0xE34CC6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 4C and C6. RGB value is (227,76,198). Sum of RGB (Red+Green+Blue) = 227+76+198=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CC6 is #1CB339. Grayscale: #868686. Windows color (decimal): -1880890 or 12995811. OLE color: 12995811.

HSL color Cylindrical-coordinate representation of color #E34CC6: hue angle of 311.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CC6 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB22776198-
CMYK00.670.130.11
HSL311.52º72.95%59.41%-
HSV(B)311.52º66.52%89.02%-
XYZ44.4625.5856.02-
YUV135.06163.53193.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=45.31%
G=15.17%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277619800.670.130.11311.5272.9559.41
HexE34CC6043DB138493b
Octal3431143060103151347011173
Binary1110001110011001100011001000011110110111001110001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34CC6; }

 p { color: rgb(227,76,198); }

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

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

 a { background-color: rgb(227,76,198); }

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

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

 span { border-color: rgb(227,76,198); }

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