#e348d2

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

Shades of Free Speech Magenta #E348D2

Tints of Free Speech Magenta #E348D2

Color information

#E348D2 (or 0xE348D2) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 48 and D2. RGB value is (227,72,210). Sum of RGB (Red+Green+Blue) = 227+72+210=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E348D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348D2 is #1CB72D. Grayscale: #858585. Windows color (decimal): -1881902 or 13781219. OLE color: 13781219.

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

Color convert

RGB22772210-
CMYK00.680.070.11
HSL306.58º73.46%58.63%-
HSV(B)306.58º68.28%89.02%-
XYZ45.6325.6263.51-
YUV134.08170.85194.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 72 (28.52% from 255) = 14.15%
BLUE value IS 210 (82.42% from 255) = 41.26%
R=44.60%
G=14.15%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277221000.680.070.11306.5873.4658.63
HexE348D20447B133493b
Octal343110322010471346311173
Binary111000111001000110100100100010011110111001100111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e348d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e348d2; }

 p { color: rgb(227,72,210); }

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

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

 a { background-color: rgb(227,72,210); }

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

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

 span { border-color: rgb(227,72,210); }

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