#E34CC7

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

Shades of Free Speech Magenta #E34CC7

Tints of Free Speech Magenta #E34CC7

Color information

#E34CC7 (or 0xE34CC7) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 4C and C7. RGB value is (227,76,199). Sum of RGB (Red+Green+Blue) = 227+76+199=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CC7 is #1CB338. Grayscale: #868686. Windows color (decimal): -1880889 or 13061347. OLE color: 13061347.

HSL color Cylindrical-coordinate representation of color #E34CC7: hue angle of 311.13º 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 #E34CC7 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB22776199-
CMYK00.670.120.11
HSL311.13º72.95%59.41%-
HSV(B)311.13º66.52%89.02%-
XYZ44.5725.6256.63-
YUV135.17164.03193.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=45.22%
G=15.14%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277619900.670.120.11311.1372.9559.41
HexE34CC7043CB137493b
Octal3431143070103141346711173
Binary1110001110011001100011101000011110010111001101111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34CC7; }

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

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

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

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

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

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

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

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