#E341DB

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

Shades of Free Speech Magenta #E341DB

Tints of Free Speech Magenta #E341DB

Color information

#E341DB (or 0xE341DB) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 41 and DB. RGB value is (227,65,219). Sum of RGB (Red+Green+Blue) = 227+65+219=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E341DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341DB is #1CBE24. Grayscale: #828282. Windows color (decimal): -1883685 or 14369251. OLE color: 14369251.

HSL color Cylindrical-coordinate representation of color #E341DB: hue angle of 302.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341DB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22765219-
CMYK00.710.040.11
HSL302.96º74.31%57.25%-
HSV(B)302.96º71.37%89.02%-
XYZ46.3625.2369.44-
YUV130.99177.67196.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 65 (25.78% from 255) = 12.72%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=44.42%
G=12.72%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276521900.710.040.11302.9674.3157.25
HexE341DB0474B12f4a39
Octal343101333010741345711271
Binary111000111000001110110110100011110010111001011111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341DB; }

 p { color: rgb(227,65,219); }

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

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

 a { background-color: rgb(227,65,219); }

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

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

 span { border-color: rgb(227,65,219); }

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