#E464DB

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

Shades of Free Speech Magenta #E464DB

Tints of Free Speech Magenta #E464DB

Color information

#E464DB (or 0xE464DB) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 64 and DB. RGB value is (228,100,219). Sum of RGB (Red+Green+Blue) = 228+100+219=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E464DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464DB is #1B9B24. Grayscale: #979797. Windows color (decimal): -1809189 or 14378212. OLE color: 14378212.

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

Color convert

RGB228100219-
CMYK00.560.040.11
HSL304.22º70.33%64.31%-
HSV(B)304.22º56.14%89.41%-
XYZ49.3430.7270.35-
YUV151.84165.91182.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=41.68%
G=18.28%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810021900.560.040.11304.2270.3364.31
HexE464DB0384B1304640
Octal344144333070413460106100
Binary111001001100100110110110111000100101110011000010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464DB; }

 p { color: rgb(228,100,219); }

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

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

 a { background-color: rgb(228,100,219); }

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

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

 span { border-color: rgb(228,100,219); }

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