#E343D5

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

Shades of Free Speech Magenta #E343D5

Tints of Free Speech Magenta #E343D5

Color information

#E343D5 (or 0xE343D5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 43 and D5. RGB value is (227,67,213). Sum of RGB (Red+Green+Blue) = 227+67+213=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E343D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E343D5 is #1CBC2A. Grayscale: #838383. Windows color (decimal): -1883179 or 13976547. OLE color: 13976547.

HSL color Cylindrical-coordinate representation of color #E343D5: hue angle of 305.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E343D5 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB22767213-
CMYK00.700.060.11
HSL305.25º74.07%57.65%-
HSV(B)305.25º70.48%89.02%-
XYZ45.725.1565.4-
YUV131.48174.01196.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.77%
GREEN value IS 67 (26.56% from 255) = 13.21%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=44.77%
G=13.21%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276721300.700.060.11305.2574.0757.65
HexE343D50466B1314a3a
Octal343103325010661346111272
Binary111000111000011110101010100011011010111001100011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E343D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E343D5; }

 p { color: rgb(227,67,213); }

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

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

 a { background-color: rgb(227,67,213); }

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

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

 span { border-color: rgb(227,67,213); }

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